File Manager
Back to List
| Current Directory: ~/
Editing: del_thesis_progress_student.asp.bak
Full path: C:\ict\ICT\del_thesis_progress_student.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <% '***************************************************************** session("tb_name")="student" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** ' if session("tb_edit") <> 1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ if session("tb_edit")=2 or session("id_stu1") = id_stu then %> <form name="form1" Action = "thesis_progress_student.asp" method="post"> <% id_activity=request.form("id_activity") id_thesis=request.form("id") id_status="0" date_save=Date id_staff=session("id_staff1") Response.write date_save datebegincheck=request.form("datebegincheck") dateendcheck=request.form("dateendcheck") Response.write "<br>aaa"&datebegincheck&"bbb"&dateendcheck sql_c="select * from thesis_plan_activity where id_thesis='"&id_thesis&"' and id_activity='"&id_activity&"'" Set ors_c=server.createobject("adodb.recordset") ors_c.open sql_c,conn,1,3 Response.write sql_c If not ors_c.eof then sqldata="update thesis_plan_activity set status_del='"&id_status&"' where id_activity="&id_activity&"" set orsdata = Server.CreateObject("adodb.recordset") orsdata.open sqldata,conn,1,3 response.write sqldata Else End if 'response.write "<meta http-equiv='refresh' content ='0;url=thesis_progress_student.asp?id_thesis="&id_thesis&"'>" 'end if 'set conn = nothing %> </FORM> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =3;url=javascript:history.back();>" '���Է� end if '���Է� %>