File Manager
Back to List
| Current Directory: ~/
Editing: advisor_thesis2.asp.bak
Full path: C:\ict\ICT\advisor_thesis2.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> <head> <title>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ICT</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="1"> <tr> <td><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td background="Image/bggreen.gif"><div align="center"><strong>��¡��ʶҹй��Ե�Ѩ�غѹ(��ԭ�ҹԾ���)</strong></div></td> </tr> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1" bordercolor="#CCFFCC"> <tr><td colspan="8">[<a href=list_status_stu.asp?c1=1&t1=2>�-�����</a>][<a href=list_status_stu.asp?c1=1&t1=7>�-�͡����</a>][<a href=list_status_stu.asp?c1=2&t1=4>�͡���Ԩ��</a>][<a href=list_status_stu.asp?c1=2&t1=5>�͡������Ԫ�</a>] [<a href=list_status_stu.asp?c1=2&t1=9>�͡-�Ǻ�</a>][<a href=list_status_stu.asp?c1=2&t1=3>�͡-������ͧ</a>] [<a href=search_status_stu.asp>����</a>] [<a href=advisor_thesis2.asp>�Ҩ�������֡��</a>]�ѹ����ѹ=<%=now()%></td> </tr> <table width="100%" border="0" cellspacing="0"> <tr> <td colspan="3"> </td> </tr> <tr> <td width="892" align="left" valign="top"><div align="center"><font size=2><strong> <br> <br> �����š���繤�С�����äǺ�����ԭ�ҹԾ���<br> <br> <table border="0"> <tr> <td><div align=center><strong>����-ʡ��</td> <td><strong></td></div> </tr> <%sqlall="select * from lecturer where statusdel=1 order by name_lec " 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("name_lec")&" "&orsall("sur_lec")&"</td><td>[<a href=detail_advisor_thesis2.asp?id_lecturer="&orsall("id_lecturer")&">��������´</a>]</td>" response.write "</tr>" 'end if orsall.movenext loop else response.write "<tr><td colspan=4>No Lecturer</td></tr>" end if %> </table> </table> </td> </tr> <tr> <td background="Image/bggreen.gif"> </td> </tr> </table> </body> </html>