File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/homework
Editing: homework/index.html.bak
Full path: C:\ict\ICT\homework\index.html.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>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ICT</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> </head> <script language="javascript"> function Dosubmit(){ if(document.all.txtusername.value!='' && document.all.txtpassword.value!='' ){ }else { alert('��͡���������ú���¹Ш�� '); return false; } } </script> <body> <table width="100%" border="0" cellspacing="1"> <tr> <td><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td background="Image/bggreen.gif"><div align="center"><strong>�������к�</strong></div></td> </tr> <tr> <td><form name="form1" method="post" action="login_action.asp" onsubmit="return Dosubmit();"> <table width="48%" border="0" align="center" cellspacing="1" bgcolor="#FFCCCC"> <tr> <td colspan="3"> </td> </tr> <tr> <td width="38%"><div align="right"><strong>���ͼ���� : :</strong></div></td> <td colspan="2"><input type="text" name="txtusername"></td> </tr> <tr> <td><div align="right"><strong>���ʼ�ҹ : : </strong></div></td> <td colspan="2"><input type="password" name="txtpassword"></td> </tr> <tr> <td><div align="right"></div></td> <td width="28%"> </td> <td width="34%"> </td> </tr> <tr> <td><div align="right"><strong>���͡����������� : :</strong></div></td> <td colspan="2"> <input type="radio" name="type_login" value="1" checked> �Ҩ���� <input type="radio" name="type_login" value="2" > ���Ե <input type="radio" name="type_login" value="3"> ���˹�ҷ�� </td> </tr> <tr> <td colspan="3"><div align="center"> <input class = "button" type="submit" name="�������к�" value = "�������к�"> </div></td> </tr> </table> </form> </td> </tr> <tr> <td background="Image/bggreen.gif"> </td> </tr> </table> </body> </html>