📄 index.asp
字号:
<%
if session("pwd")<>"pass" then
response.Redirect "../huoyun/login.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理</title>
</head>
<frameset cols="180,*" framespacing="0" border="0" id="frame" scrolling="yes">
<frame src="left1.asp" name="left" scrolling="no" noresize marginwidth="0" marginheight="0">
<frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes">
<frame name="top" scrolling="no" src="Admin_Index_Top.asp">
<frame name="main" scrolling="auto" src="Admin_Index_Main.asp">
</frameset>
</frameset>
<noframes>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" >
<p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -