📄 index.asp
字号:
<%
if session("admin")="" then
response.Redirect"login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理系统</title>
<script language=Javascript>
<!--
function showHideMenu() {
if (frmMenu.style.display=="") {
frmMenu.style.display="none"
switchPoint.innerText=4
}
else {
frmMenu.style.display=""
switchPoint.innerText=3
}
}
-->
</script>
<style type="text/css">
<!--
.navPoint
{
font-family: Webdings;
font-size:9pt;
color:white;
cursor:hand;
}
p
{
font-size:9pt;
}
.tblbody
{
BACKGROUND: #6699cc;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 2px solid;
BORDER-TOP: #b8d2e9 2px solid
}
.tblLeftbody
{
BACKGROUND: #8cbde7;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 0px solid;
BORDER-TOP: #b8d2e9 2px solid
}.tblbody
{
BACKGROUND: #6699cc;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 2px solid;
BORDER-TOP: #b8d2e9 2px solid
}
.tblLeftbody
{
BACKGROUND: #8cbde7;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 0px solid;
BORDER-TOP: #b8d2e9 2px solid
}
-->
</style>
</head>
<body scroll="no" style="MARGIN: 0px" leftmargin="0" topmargin="0">
<!--在这个表中,左边显示对应地工具栏,右边显示对应地内容-->
<%
%>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id = "tblTotal" Name = "tblTotal">
<tr><!--工具栏显示区-->
<td id="frmMenu" name="1" nowrap valign="center" align="middle" class=tblLeftbody>
<iframe id=BoardTitle name=1 style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 180px; Z-INDEX: 2" frameborder="0" src="left.asp">
</iframe></td><!--工具栏显示区结束--><!--工具栏控制开关-->
<td style="WIDTH: 7pt" bgcolor="#336699" onClick="showHideMenu()" class=tblbody>
<span id="switchPoint" title="关闭/开启菜单栏" class="navPoint">3</span> </td>
<!--工具栏控制开关结束-->
<td width=100%>
<!--内容显示对应-->
<iframe id="2" name="2" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" frameborder="0" src="main.asp"></iframe></td>
<!--内容显示对应结束--></tr>
</table><!--表tblTotal结束-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -