user_logout.asp

来自「个人博客」· ASP 代码 · 共 12 行

ASP
12
字号
<%
	Response.Cookies("oblog")("UserName")=""
	Response.Cookies("oblog")("Password")=""
	Response.Cookies("oblog")("userlevel")=0
	dim ComeUrl
	ComeUrl=trim(request("ComeUrl"))
	if ComeUrl="" then
		ComeUrl=Request.ServerVariables("HTTP_REFERER")
		if ComeUrl="" then ComeUrl="index.asp" end if
	end if
	Response.Redirect ComeUrl
%>

⌨️ 快捷键说明

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