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-logout.html
<!-- rev 07/20/2000 --> <html> <head> <meta author="Scott Cudney"> <link rel="stylesheet" type="text/css" href="admin.css" /> <script> <!-- function setCookie(name, value, expire) { today = new Date(); expire = new Date(today.getYear(), today.getMonth() + 1, today.getDate()); document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString())) } function setFocus() { if ( document.frmLogin.username.value == "" ) document.frmLogin.username.focus(); else if ( document.frmLogin.password.value == "" ) document.frmLogin.password.focus(); else document.frmLogin.username.focus(); } function setLogin() { if ( ( document.frmLogin.username.value == '' ) || ( document.frmLogin.password.value == '' )) { alert('Please fill in all fields.'); setFocus(); } else { setCookie("ILUAPUserName",document.frmLogin.username.value); parent.fraHeader.document.frmLogin.username.value = ''; parent.fraHeader.document.frmLogin.password.value = ''; document.frmLogin.submit(); } } parent.fraHeader.document.selecter.select1.selectedIndex=0; // --> </script> </head> <body CLASS=Frame> <SCRIPT> setLogin; document.write("<P ALIGN=center CLASS=Frame>You have been logged out.</P>"); </SCRIPT> </body> </html>