File Manager
Back to List
| Current Directory: ~/
Editing: change_password_status.asp.bak
Full path: C:\ict\ICT\change_password_status.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="connectdb.asp"--> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <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!=''){ }else { alert('��͡���������ú���¹Ш�� '); return false; } } function clearText(thefield){ if (thefield.defaultValue==thefield.value) thefield.value = "" } </script> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/ict.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>�к����ʹ�����͡�ú�����</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <link href="bsri2006.css" rel="stylesheet" type="text/css"> <link href="image/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0"> <tr> <td colspan="2"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"><div align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>| <a href="http://www.swu.ac.th" target=_blank>SWU</a> | <a href="http://bsri.swu.ac.th" target=_blank>BSRI</a> |<a href="chaPW.asp"><strong>Change Password</strong></a>|<a href="log_out.asp">Log Out </a></strong></font>|</div></td> </tr> <tr> <td width="20%" align="left" valign="top" bgcolor="#FFCCCC"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--><!-- InstanceEndEditable --></td> <td width="77%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <table width="100%" border="0" cellspacing="0"> <% '***************************************************************** 'session("tb_name")="course" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** ' if session("tb_edit") <> 1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <form name="form2" method="post" action="change_password_action.asp" onSubmit="return Dosubmitn();"> <div align="right"><span class="style1"></span> <table> <!-- <tr><td>���ʼ�ҹ���</td><td> <input name="txtun" type="text" id="txtun" value="���ʼ�ҹ���" size="10" maxlength="10" onFocus="clearText(this)"></td></tr> --> <tr><td colspan=2>���ʼ�ҹ��ͧ�� 10 ����ѡ�� <tr><td>���ʼ�ҹ����</td><td> <input name="txtpw" type="text" id="txtpw" value="��������" size="20" maxlength="10" onFocus="clearText(this)"></td></tr> <tr><td>�ǹ���ʼ�ҹ����</td><td> <input name="txtpw2" type="text" id="txtpw2" value="�ǹ��������" size="20" maxlength="10" onFocus="clearText(this)"></td></tr> <tr><td colspan=2> <input class = "button" type="submit" name="�������к�2" value = "����¹����" ></td></tr> </table> </div> </form> <% 'else '���Է� 'response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" 'response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� 'end if '���Է� %> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif">Contact Admin:: wassanaw@swu.ac.th tel.02-649-5000 ext 17600</td> </tr> </table> </body> <!-- InstanceEnd --></html>