File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/webboard
Editing: webboard/Login.asp.bak
Full path: C:\ict\ICT\webboard\Login.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>�������к���дҹ������� BSRI</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> </head> <body> <% subject_no=request("subject_no") %> <form name="form1" method="post" action="login_action.asp"><br><br><br> <table width="33%" border="1" align="center" cellspacing="0" bordercolor="#FF00FF"> <tr> <td><table width="118%" border="0" align="center"> <tr bgcolor="#CCCCFF"> <td colspan="2"><div align="center"><strong>��Ҫԡ�������к�</strong></div></td> </tr> <tr> <td width="39%"><div align="center"><strong>����</strong></div></td> <td width="61%"><input type="text" name="txtusername"></td> </tr> <tr> <td><div align="center"><strong>ʡ��</strong></div></td> <td><input type="text" name="txtsurname"></td> </tr> <tr bgcolor="#CCCCFF"> <td colspan="2"><div align="center"> <input name="subject_no" type="hidden" value=<%=subject_no%>> <input type="submit" name="Submit" value="Go..">*����ͧ���ӹ�˹��<%=subject_no%> </div></td> </tr> </table></td> </tr> </table> </form> <p> </p> </body> </html>