| Line 70... |
Line 70... |
| 70 |
If objForm.IsValidOnPostBack Then
|
70 |
If objForm.IsValidOnPostBack Then
|
| 71 |
' --- Form is Valid ---
|
71 |
' --- Form is Valid ---
|
| 72 |
Call AddUserAccount()
|
72 |
Call AddUserAccount()
|
| 73 |
|
73 |
|
| 74 |
If objEH.Finally Then
|
74 |
If objEH.Finally Then
|
| 75 |
Call OpenInParentWindow ( Request("rfile") &"?"& objPMod.ComposeURL() )
|
75 |
Call OpenInParentWindow ( Request("rfile") &"?"& objPMod.ComposeURLWithout("rfile") )
|
| 76 |
Call CloseWindow()
|
76 |
Call CloseWindow()
|
| 77 |
End If
|
77 |
End If
|
| 78 |
|
78 |
|
| 79 |
End If
|
79 |
End If
|
| 80 |
End If
|
80 |
End If
|
| Line 87... |
Line 87... |
| 87 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
87 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 88 |
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
|
88 |
<link href="scripts/access_manager.css" rel="stylesheet" type="text/css">
|
| 89 |
<script language="JavaScript" src="scripts/common.js"></script>
|
89 |
<script language="JavaScript" src="scripts/common.js"></script>
|
| 90 |
</head>
|
90 |
</head>
|
| 91 |
|
91 |
|
| 92 |
<body background="images/bg_bage_pane.gif" leftmargin="0" topmargin="0" onLoad="self.focus();FormName.role_name.focus();">
|
92 |
<body background="images/bg_bage_pane.gif" leftmargin="0" topmargin="0" onLoad="self.focus();">
|
| 93 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
93 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
| 94 |
<tr>
|
94 |
<tr>
|
| 95 |
<td bgcolor="#FFFFFF" class="body_txt"><span class="body_h1"><img src="images/i_role_lrg.gif" width="13" height="18" hspace="0" align="absmiddle"> New Account</span> <br>
|
95 |
<td bgcolor="#FFFFFF" class="body_txt"><span class="body_h1"><img src="images/i_role_lrg.gif" width="13" height="18" hspace="0" align="absmiddle"> New Account</span> <br>
|
| 96 |
Enter User Account details.
|
96 |
Enter User Account details.
|
| 97 |
</td>
|
97 |
</td>
|