⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_delete.asp

📁 新的简单易用的公司管理系统
💻 ASP
字号:
<!--#include file=conn.asp-->
<!--#include file=admin_chkpass.asp-->

<%
DIM id
id=trim(request("id"))
If id="" or( not isnumeric(id) )then
response.write"<script>alert('"&ewap_(29)&"');window.document.location.href='admin_index.asp'</script>"
response.end
end if
dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select * from news where nid="&id
rs.open sql,cn,3,3

%>
<%
If rs.eof then

response.write"<script>alert('"&ewap_(28)&"');window.document.location.href='admin_index.asp'</script>"
else 
rs.delete
rs.update
response.write"<script>alert('"&ewap_(30)&"');window.document.location.href='admin_index.asp'</script>"
rs.close
set rs=nothing
cn.close
set cn=nothing
end if

%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -