📄 duanxindel.asp
字号:
<!--#include file="config/config.asp"-->
<%username=session("hxf_u_nickname")
if username="" then Response.Redirect "error.asp?id=440"
Set conn=Server.CreateObject("ADODB.CONNECTION")
'Set rs=Server.CreateObject("ADODB.RecordSet")
connstr=Application("hg_connstr")
conn.open connstr
if request.querystring("id")="" then
response.write "没有正确的ID号"
else
id=clng(request.querystring("id"))
end if
'id=request("id")
conn.execute"update 短信 set del=true where id="&id
conn.close
set conn=nothing
%>
<script language=vbscript>
MsgBox "删除成功!"
location.href = "duanxinlist.asp"
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -