📄 admin_del.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="tcconn.asp" -->
<%
if request.Cookies("flag")<>"loginok" then
response.write "<script language=JavaScript>{window.alert('网络超时或你还未登录,请重新登陆!');window.location.href='index.htm';}</script>"
response.end
end if
tc_id=request("id")
if tc_id="" then
response.write "来源未知或数据丢失!"
response.end
end if
conn.execute("delete from tcinfor where tc_id="&tc_id&"")
response.Write "<script language=javascript>{window.alert('记录删除成功!');window.location.href='admin_modify.asp';}</script>"
response.End()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -