File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/sar/pdf54
Editing: sar/pdf54/index.asp
Full path: C:\ict\ICT\sar\pdf54\index.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <table width="100%" border="0" cellspacing="0"> <tr> <td colspan="2"> </td> </tr> <tr> <td width="892" align="left" valign="top"><div align="center"><font size=2><strong> �͡���Ṻ������[<a href=http://bsris.swu.ac.th/sar/pdf54/up_form.asp>�������</a>]<br> <br> <table border="0"> <tr> <td><strong>�ӴѺ���</td> <td><div align=center><strong>�Ҹ</td> <td><strong>000</td></div> </tr> <% sqlall="select * from allfile where status='1'" set orsall=server.createobject("adodb.recordset") orsall.open sqlall,conn,1,3 if not orsall.eof then 'orsall.movelast orsall.movefirst do while not orsall.eof response.write "<tr><td>"&orsall("id")&"</td><td>http://bsris.swu.ac.th/sar/pdf54/"&orsall("filenam")&"</td>" response.write "<td>[<a href=del.asp?id="&orsall("id")&">ź</a>]</td>" response.write "</tr>" orsall.movenext 'orsall.moveprevious loop else response.write "<tr><td colspan=2>No file</td></tr>" end if %> </table></div>