check.asp

来自「本程序采用ACC数据核心构件!! 功能介绍: 程序代码重新设计与优化」· ASP 代码 · 共 11 行

ASP
11
字号
<%
if session("adminlogin")<>sessionvar then
response.Write("<script>alert('可能您还没有登陆或者登陆超时!请重新登陆!');this.top.location.href='admin_index.asp';</script>")
call CloseConn()
Response.End
elseif session("superadmin")<>"admin" then
response.Write("<script>alert('您不是超级管理员!您的权限不足!');this.top.location.href='admin_index.asp?frame=main';</script>")
call CloseConn()
Response.End
End If
%>

⌨️ 快捷键说明

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