File Manager
Back to List
| Current Directory: ~/
Editing: detail_advisor.asp11
Full path: C:\ict\ICT\detail_advisor.asp11
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="connectdb.asp"--> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <!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="3"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr background="Image/bghead1.gif"> <td colspan="3" 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 bgcolor="#FFCCCC"> <td width="14%"> </td> <td width="73%">You are Stay Here>></td> <td width="13%"><div align="center">::Sub Menu::</div></td> </tr> <tr> <td align="left" valign="top" background="Image/menu_5.gif"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--><!-- InstanceEndEditable --></td> <td align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <% '***************************************************************** session("tb_name")="lecturer" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_preview") <> 1 or session("tb_edit")<>1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <table width="100%" border="0" cellspacing="0"> <tr> <td width="892" align="left" valign="top"><div align="center">[<a href=indexadvisor.asp>�ʴ������š���繷���֡��</a>]<br><br><div align="center"><strong> ���������š���繷���֡�� <form name="form1" method="post" action="add_advisor.asp"> <table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> </td><td> </td> </tr> <% id_lecturer=request("id_lecturer") id_stugroup=request("id_stugroup") sql_show="select * from advisor_student where id_lecturer='"&id_lecturer&"' and id_stugroup='"&id_stugroup&"'" set ors_show=server.createobject("adodb.recordset") ors_show.open sql_show,conn,1,3 %> <tr> <td><div align="right">��������Ե .</div></td><td> <% set ors4=server.createobject("adodb.recordset") sql4="select * from student_group where id_stugroup='"&id_stugroup&"'" ors4.open sql4,Conn,1,3 response.write ors4("id_stugroup")&"</td></tr>" %> </tr> <tr> <td><div align="right">�ա���֡�� .</div></td><td> <% response.write ors_show("id_year")&"</td></tr>" sql_lec="select * from lecturer where id_lecturer ='"&id_lecturer&"'" set ors_lec=server.createobject("adodb.recordset") ors_lec.open sql_lec,conn,1,3 if not ors_lec.eof then response.write "<tr><td><div align=right>���͡�Ҩ������� .<td>" response.write ors_lec("name_lec")&" "&ors_lec("sur_lec") response.write "</td></tr>" else response.write "<tr><td>No Lecturer</td></tr>" end if %> </tr> <tr> <td colspan=2><div align=center>[<a href=edit_advisor_form.asp?id_lecturer=<%=id_lecturer%>&id_stugroup=<%=id_stugroup%>>Edit</a>]</td></tr> </form> </div></td> </table> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %> </table> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> <!-- InstanceEndEditable --></td> <td align="right" valign="top" background="Image/menu_6.gif"><!-- InstanceBeginEditable name="EditRegion4" --> <!-- InstanceEndEditable --></td> </tr> <tr background="Image/bghead1.gif"> <td colspan="3" background="Image/bghead1.gif"> </td> </tr> </table> </body> <!-- InstanceEnd --></html>