File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/info4stu
Editing: info4stu/login_form.asp
Full path: C:\ict\ICT\info4stu\login_form.asp
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="../Templates/style.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; } } function Dosubmitr(){ if(document.all.txtregister.value!='' ){ }else { alert('��͡���ʻ�Шӵ�Ƿ�ҹ���¹Ш�� '); return false; } } function Dosubmitn(){ if(document.all.txtun.value!='' && document.all.txtpw.value!=''&& document.all.txtpw2.value!=''&& document.all.txtregister.value!='' ){ }else { alert('��͡���������ú���¹Ш�� '); return false; } } function clearText(thefield){ if (thefield.defaultValue==thefield.value) thefield.value = "" } </script> <body> <table width="100%" border="0" cellspacing="1"> <tr> <td ><div align="right"><img src="../Image/info4stu.gif"></div></td> </tr> <tr> <td background="../Image/bggreen.gif"><form name="form2" method="post" action="register_action.asp"> <div align="right"><span class="style1">����Ѻ������ѧ����� Username and Password ��سһ����ʻ�Шӵ�Ǣͧ��ҹ</span> <input name="txtregister" type="text" id="register" value="���ʹ��Ե" size="20" onFocus="clearText(this)"> <input name="txtun" type="text" id="un" value="���ͼ����" size="10" maxlength="10" onFocus="clearText(this)"> <input name="txtpw1" type="text" id="pw1" value="���ʼ�ҹ1" size="10" maxlength="10" onFocus="clearText(this)"> <input name="txtpw2" type="text" id="pw2" value="���ʼ�ҹ2" size="10" maxlength="10" onFocus="clearText(this)"> <input class = "button" type="submit" name="�������к�2" value = "OK" onClick="return Dosubmitn();"> [<a href="index.asp">HOME</a>][<a href="http://www.swu.ac.th">SWU</a>][<a href="http://bsri.swu.ac.th">BSRI</a>]</div> </form></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="#CCFF66"> <tr> <td colspan="3"><div align="center"><strong>�������к�</strong></div></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%"><input class = "button" type="submit" name="�������к�" value = "�������к�"></td> <td width="34%"><% 'id_member1=session("id_member1") 'response.Write (id_member) %></td> </tr> </table> </form></td> </tr> <tr> <td background="../Image/bggreen.gif"> </td> </tr> </table> </body> </html>