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

📄 logout2.asp

📁 asp商城之王
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
username=request.cookies("shopzhiwang")("username")
response.Cookies("shangcheng").Expires =  NOW() -1
response.Cookies("shopzhiwang")("username")=""
response.Cookies("shopzhiwang")("shjianame")=""
response.Cookies("shopzhiwang")("point")=0
response.Cookies("shopzhiwang")("yucun")=0
response.Cookies("shopzhiwang")("reglx")=0
response.Cookies("shopzhiwang")("jiaoyijine")=0


'conn.execute("delete from sh_action where username='"&username&"' and zhuangtai=7")
'conn.execute("delete from sh_action_jp where username='"&username&"' and zhuangtai=7")
'response.redirect "default.asp"
response.Write "<script language=javascript>alert('支付成功,请重新登陆');window.location.href='default.asp';</script>"
'response.redirect request.servervariables("http_referer")
%>

⌨️ 快捷键说明

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