📄 index.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="checklogin.asp"-->
<%
Set rs = nothing
Conn.Close
Set Conn = nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link REL="StyleSheet" HREF="../tjscripts.css" TYPE="text/css" MEDIA="screen">
<style type="text/css" media="Screen">
/*\*/@import url("../css/layout-1-master.css");/**/
</style>
<title><%= SiteTitle %>后台管理系统</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="68,*,10">
<frame name="banner" scrolling="no" noresize target="contents" src="top.asp">
<frameset cols="180,*">
<frame name="contents" target="main" src="left.asp" style="margin-right:2px;bordercolor:blue;">
<frame name="main" src="home.asp" target="_self" scrolling="auto" noresize>
</frameset>
<frame name="foot" scrolling="no" noresize target="contents" src="foot.asp">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -