File Manager
Back to List
| Current Directory: ~/
Editing: km_hit.asp
Full path: C:\ict\ICT\km_hit.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="connectdb.asp"--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>�������ҡ���Ե ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</title> <style type="text/css"> <!-- body,td,th { font-family: Microsoft Sans Serif, MS Sans Serif, sans-serif; } body { background-color: #FFCCFF; } --> </style> </head> <body> <table width="100%" border="0" cellspacing="0"> <tr> <td><div align="center"><img src="image/head.jpg" width="800" height="191" /></div></td> </tr> <tr> <td> <div align="right"> <% pern=session("usernamekm") response.write pern%> [<a href="index_km_stu.asp">������������</a>] <% if pern="" then %> [<a href="km_login_form.asp">LogiN</a>] <% else %> [<a href="add_km_stu_form.asp">����������</a>] [<a href="km_log_out.asp">LogouT</a>] <%end if%> </div></td></tr> <tr> <td align="center" valign="top">��§ҹ��� Download ���������Ե<br /> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��<br /> <div align="center"> <%id=request("id")%> <% pern=session("usernamekm") pern=1 if pern<>"" then sqlip="select * from km_count where id_abs_km='"&id&"' order by id_km_count desc" 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 bgcolor="#FFFFCC"><div align="center"><strong>�ӴѺ���</strong></div></td> <td bgcolor="#FFFFCC"><div align="center"><strong>���ʼŧҹ</strong></div></td> <td bgcolor="#FFFFCC"><div align="center"><strong>�ѹ���ҷ��ѹ�֡</strong></div></td> <td bgcolor="#FFFFCC"><div align="center"><strong>ipDownload</strong></div></td> </tr> <% orsip.movefirst do while not orsip.eof %> <tr><td><%=orsip("id_km_count")%></td> <td><%=orsip("id_abs_km")%></td> <td><%=orsip("datetime_count")%></td> <td><%=orsip("ipcount")%></td> <% orsip.movenext loop else response.write "<tr><td>No Read</td></tr>" end if %> </table> <% else response.write "Please Login" end if%> </td> </tr> </table> </body> </html>