list.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:1k
源码类别:

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="users.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="../md5.asp" -->
  4. <!--#include file="cookies.asp" -->
  5. <%
  6. end if
  7. rs.close
  8. set rs=nothing
  9. end if
  10. if request("act")="logout" then
  11. response.cookies("nicedown")("admin")=""
  12. response.cookies("nicedown")("pws")=""
  13. Response.Redirect "index.asp"
  14. end if
  15. %>
  16. <!--#include file="function.asp" -->
  17. <!--#include file="code.asp" -->
  18. <!--#include file="first.asp" -->
  19. <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
  20. <tr>
  21. <td width=185 valign=top>
  22. <!--#include file="inc.asp" -->
  23. </td>
  24. <td width=550 height=233 valign=top>
  25. <table border=0 cellpadding=3 cellspacing=0 style='border-collapse:collapse' width=100%>
  26. <tr>
  27. <td width=100% align=left class=shadow2>影片列表</td>
  28. <tr>
  29. <td width=100% align=center><%list_show()%></td>
  30. </tr>
  31. </table>
  32. <br>
  33. </td>
  34. </tr>
  35. </table>
  36. <br><hr width=735>
  37. <center>
  38. </center>
  39. </body>
  40. </html>