File Manager
Back to List
| Current Directory: ~/
Editing: edit_other_res.asp.bak
Full path: C:\ict\ICT\edit_other_res.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!--#include file="chk_login.asp"--> <% pern=session("username") per="2" tb="research" sqlnc="select * from tb_permission where id_staff='"&pern&"' and tb_edit='"&per&"' and tb_name='"&tb&"'" set orsnc=server.createobject("adodb.recordset") orsnc.open sqlnc,conn,1,3 if not orsnc.eof then %> <!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"> </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">SWU</a> | <a href="http://bsri.swu.ac.th">BSRI</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" --> <div align="center"> <p>��ª��ѡ�Ԩ����¹͡<br> <% id=request("id") sql="select * from other_lec where id_other_lec='"&id&"'" set ors=server.CreateObject("adodb.recordset") ors.open sql,conn,1,3 if not ors.eof then %> </p> <table width="70%" border="1" bgcolor="#99FF99"> <tr> <td width="94%" bgcolor="#CC99FF"><form name="form1" method="post" action="save_other_reser.asp"> <table width="100%" border="1"> <tr> <td colspan="2"><div align="center">���䢹ѡ�Ԩ����¹͡</div></td> </tr> <tr> <td> <table width="100%" border="1"> <tr> <td><div align="right">����</div></td> <td><input name="id" type="text" id="id" readonly="true" value=<%=ors("id_other_lec")%>></td> </tr> <tr> <td width="28%"><div align="right">���˹����</div></td> <td width="72%"><input name="oname" type="text" id="oname" value=<%=ors("oname")%>></td> </tr> <tr> <td height="29"><div align="right">�ӹ�˹��</div></td> <td><input name="bfname" type="text" id="bfname" value=<%=ors("bfname")%>></td> </tr> <tr> <td><div align="right">����</div></td> <td><input name="firstname" type="text" id="firstname" value=<%=ors("firstname")%>></td> </tr> <tr> <td><div align="right">ʡ��</div></td> <td><input name="lastname" type="text" id="lastname" value=<%=ors("lastname")%>></td> </tr> <tr> <td><div align="right">�ѧ�Ѵ </div></td> <td><textarea name="ori" cols="60" rows="3" id="ori"><%=ors("ori")%></textarea></td> </tr> </table> </td> </tr> <tr> <td colspan="2"><div align="center"> <input type="submit" name="Submit" value="Submit"> </div></td> </tr> </table></form> <br></td> </tr> </table> <%end if%> <p> </p> <p> </p> </div> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"> </td> </tr> </table> </body> <!-- InstanceEnd --></html> <% else %> <SCRIPT LANGUAGE="JavaScript"> <% response.write "window.location.href='index.html';" %> --> </SCRIPT> <% end if %>