File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/research
Editing: research/index.asp
Full path: C:\ict\ICT\research\index.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%@LANGUAGE="VBSCRIPT" CODEPAGE="874"%> <html> <head> <title>�Ѵ��â������</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <style type="text/css"> <!-- .style1 { color: #00FFFF; font-weight: bold; } --> </style> </head> <script language="javascript"> function Dosubmit(){ if(document.all.txtusername.value!=''&& document.all.txtpassword.value!=''){ }else { alert('��͡���������ú���¹Ш�� '); return false; } } </script> <body> <br><div align="center"><img src="picture/headlogin.jpg"></div> <div align="center"><img src="picture/head1.jpg"></div> <table width="51%" height="164" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" > <tr> <td colspan="2" bgcolor="#FF99FF" ><div align="center"><font color="#000033"><strong>Admin</strong></font></div></td> </tr> <tr> <td width="50%" bgcolor="#FFCCFF"><div align="center">������ͤ�Թ</strong></td> <form name="form3" method="post" action="login_action.asp" onsubmit="return Dosubmit();"> <td bgcolor="#FFCCFF"> <input type="text" name="txtusername" tabindex="1"> </td> </tr> <tr> <td width="50%" bgcolor="#FFCCFF"><div align="center"><strong>���ʼ�ҹ</strong></td> <td bgcolor="#FFCCFF"><input type="password" name="txtpassword"> </td> </tr> <tr > <td colspan="2" bgcolor="#FF99FF"> <div align="center"> <input class = "button" type="submit" name="�������к�" value = "�������к�"></div></form> </td> </tr> </table> <div align="center"><a href ="http://www.swu.ac.th"><img src="picture/swu.jpg" border="0"></a> <a href="http://bsri.swu.ac.th"><img src="picture/bsri.jpg" border="0"></a></div> </body> </html><strong>