delurl.ASP
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:0k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="articleconn.asp"-->
- <!--#include file="security.asp"-->
- <%if session("flag")>3 then
- response.write "<br><p align=center>您没有操作的权限</p>"
- response.end
- end if%>
- <%
- conn.execute"delete from movieurl where id="&clng(request("id"))
- conn.close
- set conn=nothing
- response.redirect Request.ServerVariables("HTTP_REFERER")
- %>