?? clearshopcart.asp
字號:
<!--#include file="conn.asp"-->
<%
if request.cookies("shopzhiwang")("username")="" then
response.write "<script language=javascript>alert('對不起,您還沒有登陸!');window.close();</script>"
response.End
end if
username=request.cookies("shopzhiwang")("username")
conn.execute("delete from sh_action where username='"&username&"' and zhuangtai=7")
response.Redirect "shopcart.asp?action=show"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -