<% ' Used when order is cancelled dim home home = getconfig("xhome") if home="" then home="default.htm" 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 %>