FR 
 
Site navigation



User Management Resource Administrator: User Account Management for Windows 2003/XP/2000/NT

Previous Topic

Next Topic

Book Contents

Web site page: CreateAccount.asp

This the first page of the web site. It does not contain UMRA COM objects but it contains the form and input fields that are needed to initialize the variables.

<HTML>

<HEAD>

<Title>Create User Account</TITLE>

</HEAD>

<FORM NAME=CreateAccount ACTION="ShowResults.asp" METHOD="POST">

First name: &nbsp;<INPUT TYPE="TEXT" NAME="FirstName">

<BR>

Last name: &nbsp;<INPUT TYPE="TEXT" NAME="LastName">

<BR>

<BR>

<INPUT TYPE="SUBMIT" VALUE="Create Account">

</FORM>

The page contains completely standard HTML. It contains a short header section (<HEAD>) and a form. The name of the form is CreateAccount and the action executed when the form is submitted is the generation and presentation of page ShowResults.asp.

The form contains two text input fields with names FirstName and LastName. The button is as submit type button with text Create Account.

This web site page does not contain any specified ASP code. It is all straightforward HTML.

The page shows a title, some text, two input fields and a button. When the button is pressed, the content of the input fields is send to the IIS server and the page ShowResults.asp is generated and presented.

See Also

Setting up the IIS web site

Web site page: ShowResults.asp

Explanation of the ASP code

Testing the web site

UMRA Service log file


Home | Products | Support | Pricing | Download | Press | About Us | Contact | Sitemap
QUICK LINKS: Mass / Bulk Import Software | Network Monitoring Software | Disk Quota Management
QUICK LINKS: User and Active Directory Management | Active Directory Migration | SSRPM Documentation