Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
admin
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/html/admin/frm-password.html
<!-- rev 07/20/2000 --> <html> <head> <meta author="Scott Cudney"> <link rel="stylesheet" type="text/css" href="admin.css" /> <script language="JavaScript"> <!-- function NewWindow(path) { newWindow = window.open(path, "NewHelpWindow", "resizable=yes,scrollbars=yes,width=400,height=300") } function preSubmit() { document.frmMain.name.value = parent.fraHeader.document.frmLogin.username.value; document.frmMain.oldpassword.value = parent.fraHeader.document.frmLogin.password.value; document.frmMain.submit(); } // --> </script> </head> <body CLASS=Frame> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD WIDTH=95%> <center> <form name="frmMain" action="/adminpage/admin-request" method="post"> <input type="hidden" name="function" value="PASSWORD"> <input type="hidden" name="name" value=""> <input type="hidden" name="oldpassword" value=""> <table> <tr><td align="right" CLASS=Frame><font face="sans-serif">User Name:</font></td> <td> <script> <!-- document.write('<select name="changeuser" CLASS=Frame>' + parent.fraHeader.document.frmLogin.users.value + '</select>'); document.write('</td></tr>'); // --> </script> <tr> <td align="right" CLASS=Frame><font face="sans-serif">New Password:</font></td> <td><input type="password" name="newpassword" size="20" onFocus="this.select();" CLASS=Frame></td> </tr> <tr> <td align="right" CLASS=Frame><font face="sans-serif">Confirm:</font></td> <td><input type="password" name="confirmpassword" size="20" onFocus="this.select();" CLASS=Frame></td> </tr> <tr> <td colspan=2 valign="bottom" height=50> <center> <input type="button" value="Submit" CLASS=Frame onclick="preSubmit()"> <input type="reset" CLASS=Frame> </center> </td> </tr> </table> </form> </center> </TD><TD WIDTH=5% VALIGN=top CLASS=Frame> <A HREF=JavaScript:NewWindow('/admin/hlp-password.html')>HELP</A> </TD></TR> </TABLE> <script language="JavaScript"> <!-- if ( ( parent.fraHeader.document.frmLogin.username.value == '' ) || ( parent.fraHeader.document.frmLogin.password.value == '' )) { alert('You must set your login information\nbefore using any functions.'); parent.fraHeader.loadForm('login'); } document.frmMain.newpassword.focus(); // --> </script> </body> </html>