📄 main.asp
字号:
<!--#include file="../login/check.asp"-->
<!--#include file="../../inc/conn.asp"-->
<!--#include file="../../inc/config.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=style.css rel=STYLESHEET type=text/css>
<title><%=rs_config("WebName")%>--管理页面</title>
</head>
<body bgcolor="#CDE7BB" topmargin="2" leftmargin="2" rightmargin="2" bottommargin="2" marginwidth="2" marginheight="2">
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 6.0">
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<link href=style.css rel=STYLESHEET type=text/css>
<style>
.navPoint
{
font-family: Webdings;
font-size:9pt;
color:white;
cursor:hand;
}
p{
font-size:9pt;
}
</style>
<script>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}
else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}
}
</script></head>
<body scroll="no" bgcolor="#CDE7BB" topmargin="2" leftmargin="2" rightmargin="2" bottommargin="2" marginwidth="2" marginheight="2" >
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" bgcolor="#000000">
<tr>
<td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center" bgcolor="#000000">
<IFRAME id="BoardTitle" name="menu" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 210px; Z-INDEX: 2" frameborder="0" src="menu.asp" bgcolor="#000000" target="JyDown_w3"></IFRAME>
<td style="width:100%">
<IFRAME id="frmright" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="sysinfo.asp" target="_self"></IFRAME>
</tr></table>
</body>
</html>
<%
Call configclose()
Call connclose()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -