?? logout.asp
字號:
<!--#include file="../conn/conn.asp"-->
<%
username=request.Cookies("shopxp")("username")
'shjianame=request.cookies("shopxp")("shjianame")
response.Cookies("shangcheng").Expires = NOW() -1
response.Cookies("shopxp")("username")=""
response.Cookies("shopxp")("shjianame")=""
response.Cookies("shopxp")("jifen")=0
response.Cookies("shopxp")("yucun")=0
response.Cookies("shopxp")("reglx")=0
response.Cookies("shopxp")("jiaoyijine")=0
Response.Cookies("aspsky").path="/shop/bbs/"
Response.Cookies("aspsky")("username")=""
Response.Cookies("aspsky")("password")=""
Response.Cookies("aspsky")("userclass")=""
Response.Cookies("aspsky")("userid")=""
Response.Cookies("aspsky")("userhidden")=""
Response.Cookies("aspsky")("usercookies")=""
session("userid")=""
conn.execute("delete from shop_action where username='"&username&"' and zhuangtai=7")
conn.execute("delete from shop_action_jp where username='"&username&"' and zhuangtai=7")
'response.redirect index.asp
response.Write "<script language=javascript>alert('您已成功注銷!');window.location.href='../index.asp';</script>"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -