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: ShowResults.asp

This page actually contains the UMRA COM objects and creates the user account. The contents of the page are listed below:

<HTML>

<HEAD>

<Title>User Account Created</TITLE>

</HEAD>

The user account created:

<%

Set Umra = Server.CreateObject("UMRAcom.Umra")

RetVal=Umra.Connect("AMAZONE",56814)

Umra.SetVariableText "%FirstName%",Request.Form("FirstName")

Umra.SetVariableText "%LastName%",Request.Form("LastName")

RetVal=Umra.ExecuteProjectScript("CreateAccount")

RetVal=Umra.GetVariableText("%UserName%",UserName)

Response.Write "<BR>"

Response.Write "User name: "

Response.Write UserName

RetVal=Umra.GetVariableText("%Password%",Password)

Response.Write "<BR>"

Response.Write "Password: "

Response.Write Password

%>

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

<INPUT TYPE="SUBMIT" VALUE="Next user">

</FORM>

</HTML>

The page contains 3 sections:

  1. the header section;
  2. the ASP section
  3. a form section.

See Also

Setting up the IIS web site

Explanation of the ASP code

Testing the web site

UMRA Service log file

Web site page: CreateAccount.asp


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