delhk.asp
来自「图书销售系统,页面丰富,连接数据库,多个运行.」· ASP 代码 · 共 16 行
ASP
16 行
<!--#include file="connection.asp"-->
<!--#include file="Vchar.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.reload('login.asp')</script>"
response.End
end if
if session("flag")=3 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
dim hkid
hkid=request.QueryString("id")
if hkid="" then response.End
conn.execute "delete from shop_hk where hkid="&hkid
response.redirect "viewhk.asp"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?