File Manager
Back to List
| Current Directory: ~/
Editing: hitc_report.asp
Full path: C:\ict\ICT\hitc_report.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%response.cachecontrol="private"%> <!--#INCLUDE FILE="ConnectDB.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>�ҹ�Ԩ��ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� �����Թ����������</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0" align="center"> <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="77%" align="left" valign="top"> <div align="center"> <p><strong>�ѹ�֡��ùӧҹ�Ԩ�����<br> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</strong></p> <p align="left">���¹ ��Ҫԡ��� ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� �ء��ҹ</p> <blockquote> <p align="left">���͡�þѲ����л�Ѻ��ا�������ԡ�÷ҧ���ྨ���բ�� ��зҧ��红ͧ���������ԡ�����ҧ���� <strong>�ô���ء��ҹ������ ���ʡ�� ������� �������Ѿ�� ��мŧҹ</strong>�ͧ��ҹ���Ӽŧҹ�Ԩ�¢ͧʶҺѹ� ���ҧ�ԧ��������� <strong>��ͤԴ���</strong> �ѡ�͢ͺ��Фس��� </p> </blockquote> <%id=request("id")%> <% pern=session("username") if pern<>"" then sqlip="select * from res_checkread where id_attach='"&id&"'" set orsip=server.CreateObject("adodb.recordset") orsip.open sqlip,conn,1,3 'response.write orsip if not orsip.eof then %> <table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td>�ӴѺ���</td> <td>���ʧҹ�Ԩ��</td> <td>�ѹ���ҷ��ѹ�֡</td> <td>ipclient</td> <td>�ӴѺ����͡���</td> </tr> <% orsip.movefirst do while not orsip.eof %> <tr><td><%=orsip("id_read")%></td> <td><%=orsip("id_contact")%></td> <td><%=orsip("datetimeread")%></td> <td><%=orsip("ipclient")%></td> <td><%=orsip("id_attach")%></td> <% orsip.movenext loop else response.write "<tr><td>No Read</td></tr>" end if %> </table> <% else response.write "Please Login" end if%> <p></p> <p></p> </div> </td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"> </td> </tr> </table> </body> </html>