📄 admin_manage.asp
字号:
<%
if session("aspeaseadmin") = "" or session("aspeaseflag") = "" then
Error()
response.end
end if
'=========================================================
'Copyright (C) 2003-2004 AspEase.Com. All rights reserved.
'Web: http://www.aspease.com
'Email: byhucn@126.com,lzz9812@163.com
'=========================================================
'
'FileName: admin_manage.asp
'Version:2.0
'UpdateTime: 2004-10-7 16:39:48
'Script Written by www.aspease.com
'=========================================================
response.Write("<title>管理专区</title>")
response.Write("<frameset framespacing=""0"" border=""false"" cols=""180,*"" frameborder=""0""> ")
response.Write(" <frame name=""left"" scrolling=""auto"" marginwidth=""0"" marginheight=""0"" src=""admin_left.asp"" target=""right"">")
response.Write(" <frame name=""main"" scrolling=""auto"" src=""admin_main.asp"">")
response.Write("</frameset>")
response.Write("<noframes> ")
response.Write("<body>")
response.Write("<p>This page uses frames, but your browser doesn't support them.</p>")
response.Write("</body>")
response.Write("</noframes> ")
response.Write("</html>")
sub Error()
response.write " <html><head><link rel='stylesheet' href='admin.css'></head><body>"
response.write " <br><br><br>"
response.write " <table align='center' width='300' border='0' cellpadding='4' cellspacing='0' class='border'>"
response.write " <tr > "
response.write " <td class='title' colspan='2' height='15'> "
response.write " <div align='center'>操作: 确认身份失败!</div>"
response.write " </td>"
response.write " </tr>"
response.write " <tr> "
response.write " <td class='tdbg' colspan='2' height='23'> "
response.write " <div align='center'><br><br>"
response.write " 登录失败,请重新登录!!! <br><br>"
response.write " <a href='javascript:onclick=history.go(-1)'>返回</a>"
response.write " <br><br></div></td>"
response.write " </tr> </table></body></html>"
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -