File Manager
Back to List
| Current Directory: ~/
Editing: plan_edu_add_credit.asp
Full path: C:\ict\ICT\plan_edu_add_credit.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")="student" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** id_stu=request.form("id_stu") if session("tb_edit") =2 or session("id_stu1")=id_stu then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <form name="form1" method="post"> <% id_stugroup=request.form("id_stugroup") scc=request.form("scc") sql_edit_scc = "update student_group set selection_course_credit='"&scc&"' where id_stugroup = '" & id_stugroup&"' " response.write"��䢢������������º�������Ǩ��" set ors_edit_scc=server.createobject("adodb.recordset") ors_edit_scc.open sql_edit_scc,Conn,1,3 'response.write sql_edit_stu set conn = nothing ' end if 'response.write "hello" ' %> </FORM> <meta http-equiv="refresh" content ="0;url=plan_edu.asp?id_stugroup=<%=id_stugroup%>"> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =3;url=javascript:history.back();>" '���Է� end if '���Է� %>