File Manager
Back to List
| Current Directory: ~/
Editing: manage_course_category.asp.bak
Full path: C:\ict\ICT\manage_course_category.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="connectdb.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="2"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td colspan="2" 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> <td width="20%" align="left" valign="top" bgcolor="#FFCCCC"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--><!-- InstanceEndEditable --></td> <td width="77%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <table width="100%" border="0" cellspacing="0"> <tr> <td width="892" align="left" valign="top"><div align="center">[ <a href="add_course_form.asp">+��������Ԫ�+</a>][<a href=study_plan.asp>+��˹�Ἱ������¹+</a>][<a href=index_course.asp>+����Ԫҷ���Դ�������+</a>]<br><strong>�Ѵ��Ǵ����Ԫ�<br><br> <table align=center> <tr> <td align=center colspan=3><strong>��س����͡��Ǵ��л�����</td><% '027891000 sqlall="select * from category_course" set orsall=server.createobject("adodb.recordset") orsall.open sqlall,conn,1,3 if not orsall.eof then orsall.movefirst do while not orsall.eof response.write "<tr><td>"&orsall("category_group")&""&orsall("category")&" "&orsall("category_group_name")&"</td>" response.write "<td>[<a href=choose_course_form.asp?id_category="&orsall("id_category")&">��������Ԫ�</a>]</td></tr>" orsall.movenext loop conn.close else response.write "No Course" end if %> </tr> </table> </div></td> </table> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"> </td> </tr> </table> </body> <!-- InstanceEnd --></html>