File Manager
Back to List
| Current Directory: ~/
Editing: add_abs_thesis.asp.bak
Full path: C:\ict\ICT\add_abs_thesis.asp.bak
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> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <!--#INCLUDE FILE="Connectdb.asp"--> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <% session("tb_name")="thesis" %> <!--#include file="chk_permission.asp"--> <% id_stu=request.form("ids") id_thesis=request.form("id_thesis") abs=request.form("abs") abs_th=request.form("abs_th") if session("tb_edit") = 2 or session("id_stu1")=id_stu then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ sqlchh="select * from thesis_abs where id_thesis='"&id_thesis&"'" set orschh=server.createobject("adodb.recordset") orschh.open sqlchh,conn,1,3 if not orschh.eof then '���������ʹջ�ԭ�ҹԾ�������������� ����� insert sqldata="insert into advisor_thesis(id_lecturer,id_stu,id_position_thesis,id_num,advisor_out,id_thesis,command_no,command_date,command_month,command_year) values('"&id_lecturer&"','"&id_stu&"','"&id_position_thesis&"','"&id_num&"','"&advisor_name&"','"&id_thesis&"','"&command_no&"','"&command_date&"','"&command_month&"','"&command_year&"')" set orsdata=Server.CreateObject("adodb.recordset") orsdata.open sqldata,conn,1,3 else '��������� �зӡ�� update end if response.write "<meta http-equiv='refresh' content ='0;url=edit_thesis_stu_form.asp?id_stu="&id_stu&"'>" ' 'response.write sqldata 'response.write sqlch ' set conn = nothing ' %> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %> </html>