📄 admin_popedom.asp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -