zhen.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. if rs4("boolOrtherDel")=False then
  7. Response.Redirect "index.asp"
  8. end if
  9. if rs4("boolTatt")=True then
  10. Response.Redirect "index.asp"
  11. end if
  12. end if
  13. rs.close
  14. set rs=nothing
  15. end if
  16. %>
  17. <!--#include file="function.asp" -->
  18. <!--#include file="code.asp" -->
  19. <!--#include file="first.asp" -->
  20. <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
  21. <tr>
  22. <td width=185 valign=top>
  23. <!--#include file="inc.asp" -->
  24. </td>
  25. <td width=550 height=233 valign=top>
  26. <%
  27. if Request.Form("zhen")<>"" then
  28. select case Request.Form("zhen")
  29. case "1"
  30. conn.execute("update [download] set boolZhen=False where id in ("&replace(request.form("id"),"'","")&")")
  31. case "2"
  32. conn.execute("delete from [download] where id in ("&replace(request.form("id"),"'","")&")")
  33. case "3"
  34. response.write("抱歉程序执行错误,请检测你的操作是否正确")
  35. response.end
  36. end select
  37. Response.write("操作完成,2秒钟后返回<META HTTP-EQUIV=REFRESH CONTENT='2;URL=zhen.asp'>")
  38. response.end
  39. end if
  40. %>
  41. <table border=0 cellpadding=3 cellspacing=0 style='border-collapse:collapse' width=100%>
  42. <tr>
  43. <td width=100% align=left class=shadow2>待认证影片列表</td>
  44. <tr>
  45. <td width=100% align=center><%zhen_show()%></td>
  46. </tr>
  47. </table>
  48. <br>
  49. </td>
  50. </tr>
  51. </table>
  52. <br><hr width=735>
  53. <center>
  54. </center>
  55. </body>
  56. </html>