- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
zhen.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:1k
源码类别:
多媒体编程
开发平台:
ASP/ASPX
- <!--#include file="users.asp" -->
- <!--#include file="config.asp" -->
- <!--#include file="../md5.asp" -->
- <!--#include file="cookies.asp" -->
- <%
- if rs4("boolOrtherDel")=False then
- Response.Redirect "index.asp"
- end if
- if rs4("boolTatt")=True then
- Response.Redirect "index.asp"
- end if
- end if
- rs.close
- set rs=nothing
- end if
- %>
- <!--#include file="function.asp" -->
- <!--#include file="code.asp" -->
- <!--#include file="first.asp" -->
- <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
- <tr>
- <td width=185 valign=top>
- <!--#include file="inc.asp" -->
- </td>
- <td width=550 height=233 valign=top>
- <%
- if Request.Form("zhen")<>"" then
- select case Request.Form("zhen")
- case "1"
- conn.execute("update [download] set boolZhen=False where id in ("&replace(request.form("id"),"'","")&")")
- case "2"
- conn.execute("delete from [download] where id in ("&replace(request.form("id"),"'","")&")")
- case "3"
- response.write("抱歉程序执行错误,请检测你的操作是否正确")
- response.end
- end select
- Response.write("操作完成,2秒钟后返回<META HTTP-EQUIV=REFRESH CONTENT='2;URL=zhen.asp'>")
- response.end
- end if
- %>
- <table border=0 cellpadding=3 cellspacing=0 style='border-collapse:collapse' width=100%>
- <tr>
- <td width=100% align=left class=shadow2>待认证影片列表</td>
- <tr>
- <td width=100% align=center><%zhen_show()%></td>
- </tr>
- </table>
- <br>
- </td>
- </tr>
- </table>
- <br><hr width=735>
- <center>
- </center>
- </body>
- </html>