File Manager
Back to List
| Current Directory: ~/
Editing: index.asp
Full path: C:\ict\ICT\index.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%@LANGUAGE="VBSCRIPT" CODEPAGE="874"%> <html> <head> <title>ICT of BSRI Since 2006</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> <table width="296" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="116" rowspan="3" bgcolor="#336699"> </td> <td colspan="2" bgcolor="#336699"><div align="center" class="style1">��سҡ�͡</div></td> </tr> <tr> <td width="100">������ͤ�Թ</td> <form name="form3" method="post" action="login_action.asp" onsubmit="return Dosubmit();"> <td width="166"> <input type="text" name="txtusername"> </td> </tr> <tr> <td width="100">���ʼ�ҹ</td> <td><input type="password" name="txtpassword"> </td> </tr> <tr bgcolor="#336699"> <td> </td> <td colspan="2"> <input class = "button" type="submit" name="�������к�" value = "�������к�"> </form></td> </tr> </table> </body> </html>