shopend.asp

来自「本软件可以实现的功能如下:   用户管理」· ASP 代码 · 共 14 行

ASP
14
字号
<!-- #include file="shop$db.asp" -->
<%
dim home
home = Session("home")
if home="" then 
    home="default.asp"
end if
ShopCancelOrder            ' Cleanup Order
'if user returns to the homepage after shopping, clean up the session variables
If Request.QueryString ("end") = 1 Then
	Session.Abandon 
end if
Response.Redirect home
%>

⌨️ 快捷键说明

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