check_user.asp

来自「自己做的鞋业网站代码」· ASP 代码 · 共 10 行

ASP
10
字号
<%
server.ScriptTimeout = 100000
if session("op_id")="" or isnull(session("op_id")) then
	response.write "<script language=javascript>"
	response.Write "window.history.go(-1);"
	response.Write "</script>"
	response.end
end if
%>

⌨️ 快捷键说明

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