File Manager
Back to List
| Current Directory: ~/
Editing: save_edit_thesis_stu.asp
Full path: C:\ict\ICT\save_edit_thesis_stu.asp
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")="thesis" id_stu1=request.form("id_stu") %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_edit") =2 Or id_stu=id_stu1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <form name="form1" method="post"> <% id_thesis=request.form("id_thesis") thesis_th=request.form("thesis_th") thesis_eng = request.form("thesis_eng") 'preface = request.form("preface") ' name_stu = request.form("name_stu") 'sur_stu = request.form("sur_stu") 'bdate_stu = request.form("bdate_stu") 'bmon_stu = request.form("bmon_stu") 'byear_stu=request.form("byear_stu") 'id_status_edu = request.form("id_status_edu") 'id_stugroup = request.form("id_stugroup") 'bd_stu=bdate_stu&"/"&bmon_stu&"/"&byear_stu 'sql_data="select * from student where id_stu='"&id_stu&"' " ' set ors_data=server.createobject("adodb.recordset") ' ors_data.open sql_data,conn,1,3 sql_edit_thesis = "update thesis set thesis_th='"&thesis_th&"',thesis_eng= '"&thesis_eng&"' where id_thesis = '"&id_thesis&"' " response.write"��䢢������������º�������Ǩ��" set ors_edit_thesis=server.createobject("adodb.recordset") ors_edit_thesis.open sql_edit_thesis,Conn,1,3 set conn = nothing response.write sql_edit_thesis ' end if 'response.write "hello" response.write "<meta http-equiv='refresh' content ='0;url=add_advisor_thesis_form.asp?id_stu="&id_stu1&"&id_thesis="&id_thesis&"'>" %> </FORM> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =3;url=javascript:history.back();>" '���Է� end if '���Է� %>