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

📄 admin_link_del.asp

📁 迅时后台可以 对新闻栏目进行管理
💻 ASP
字号:

<!--#include file = admin_chk.asp -->

<%
if Request.Cookies("admindj")<>"1" then
   Response.Write "<BR><BR><BR><BR><center>权限不足,你没有此功能的管理权限"
   Response.end
end if
%>

<!--#include file = admin_conn.asp -->

<%
  if request("id")<>"" then
  id=request("id")
sql = "delete from link where id="&id
conn.Execute(sql)
response.redirect "admin_link.asp"


end if
%>

⌨️ 快捷键说明

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