📄 index.asp
字号:
<!--#include file=usercookies.asp-->
<%if request.cookies("yesno")<>0 then%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>人才后台管理系统</title>
</head>
<frameset framespacing="0" rows="*">
<frameset cols="192,*">
<frame name="contents" target="main" scrolling="auto" src="left2.asp">
<frame name="main" src="new.ASP" scrolling="auto" target="_self">
</frameset>
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</noframes>
</html>
<%else%><html><head><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><meta name="ProgId" content="FrontPage.Editor.Document"><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"><title>后台管理系统</title></head><frameset framespacing="0" rows="*"><frameset cols="192,*"><frame name="contents" target="main" scrolling="auto" src="
<%if request.cookies("quanxian")<>0 then%>
left1.asp
<%else%>
left.asp
<%end if%>
"><frame name="main" src="new.ASP" scrolling="auto" target="_self"></frameset><noframes><body><p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</noframes>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -