📄 manage.asp
字号:
<html>
<head>
</head>
<link rel="stylesheet" href="html.css">
<%
if session("admin") = "" and session("flag") = "" then
Response.Write "<script>window.alert('非法登陆!');window.location='admin.asp';</script>"
end if
%>
<title>管理专区</title>
<frameset framespacing="0" border="false" cols="175,*" frameborder="0">
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="left.asp">
<frame name="right" scrolling="auto" marginwidth="0" marginheight="0" src="main.asp">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -