File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/homework
Editing: homework/index_homework.asp
Full path: C:\ict\ICT\homework\index_homework.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: #FBD493; } --> </style> <link href="bsri2006.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style1 {font-weight: bold} .style2 {font-weight: bold} --> </style> </head> <body> <table width="100%" border="0" cellspacing="0"> <tr> <td><div align="center"><img src="head.jpg" width="800" height="191" /></div></td> </tr> <tr> <td class="style2"> <div align="right">[<a href="index.html">Log In</a>] </div></td></tr> <tr> <td align="center" valign="top"> <p>�������ҡ���Ե<br /> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</p> <table width="800" border="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> </tr> </p></td> </tr> <% c=1 sql="select * from send_homework where status_online='"&c&"'" set ors=server.createobject("adodb.recordset") ors.open sql,conn,1,3 'response.write sql if not ors.eof then a=1 ors.movefirst do while not ors.eof response.write "<tr><td>"&a&"<td align=left><a href=upload/"&ors("file_upload")&">"&ors("homework_name")&"</a><td align=left>" sql1="select * from student where username_stu='"&ors("username_stu")&"'" set ors1=server.createobject("adodb.recordset") ors1.open sql1,conn,1,3 if not ors1.eof then response.write ors1("name_stu")&" "&ors1("surname_stu") end if ors.movenext a=a+1 loop else response.write "<tr><td colspan=3>No Abstract" end if %> </table> </body> </html>