admin_popedom.asp

来自「驴友格子(access)版v1.50 (中国驴友网开发http://www」· ASP 代码 · 共 18 行

ASP
18
字号
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	background-color: #EEE9E1;
}
-->
</style>
<%if session("admin")="" or session("pop")="" then
response.write"<SCRIPT language=JavaScript>alert('登陆超时!');" 
response.write"javascript:history.go(-1)</SCRIPT>" 
response.end
else
if session("pop")<"1" then
response.Redirect("../index.asp")
end if
end if%>

⌨️ 快捷键说明

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