📄 main.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
'┊ ┊
'┊ 互连在线企业网站管理系统(NWEB) ┊
'┊ ┊
' 版权所有 csys.com.cn
'
' 程序制作 互连在线工作室
' Q Q:61128110
'
' 相关网址 [产品介绍]http://www.csys.com.cn
' [支持论坛]http://www.csys.com.cn/bbs
'
' 演示网址 http://www.csys.com.cn
'┊ ┊
'└┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
%>
<% Option Explicit %>
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<META NAME="copyright" CONTENT="Copyright 2004-2008 - csys.com.cn-STUDIO" />
<META NAME="Author" CONTENT="互连在线网络技术工作室,www.csys.com.cn" />
<META NAME="Keywords" CONTENT="" />
<META NAME="Description" CONTENT="" />
<TITLE>互连在线企业网站管理系统后台</TITLE>
<link rel="stylesheet" href="Images/CssAdmin.css">
<SCRIPT language=JavaScript>
function switchSysBar()
{
if (switchPoint.innerText==3)
{
switchPoint.innerText=4
document.all("frameTitle").style.display="none"
}
else
{
switchPoint.innerText=3
document.all("frameTitle").style.display=""
}
}
</SCRIPT>
</HEAD>
<!--#include file="CheckAdmin.asp"-->
<BODY scroll="no" topmargin="0" bottom="0" leftmargin="0" rightmargin="0">
<TABLE height="100%" cellSpacing="0" cellPadding="0" border="0" width="100%">
<TR>
<TD colSpan="3">
<IFRAME
style="Z-INDEX:1; VISIBILITY:inherit; WIDTH:100%; HEIGHT:64"
name="topFrame" id="topFrame" marginWidth="0" marginHeight="0"
src="SysTop.asp" frameBorder="0" noResize scrolling="no"> </IFRAME> </TD>
</TR>
<TR>
<TD width="170" height="100%" rowspan="2" align="middle" bgcolor="#367BDA" id="frameTitle" >
<IFRAME
style="Z-INDEX:2; VISIBILITY:inherit; WIDTH:170; HEIGHT:100%"
name="leftFrame" id="leftFrame" marginWidth="0" marginHeight="0"
src="SysLeft.asp" frameBorder="0" noResize scrolling="no">
</IFRAME>
</TD>
<TD width="10" height="100%" rowspan="2" align="center" bgcolor="#367BDA" onClick="switchSysBar()">
<FONT style="FONT-SIZE: 10px; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Webdings">
<SPAN id="switchPoint">3</SPAN>
</FONT>
</TD>
<TD height="30">
<iframe
style="Z-INDEX:3; VISIBILITY:inherit; WIDTH:100%; HEIGHT:30"
name="headFrame" id="mainFrame" marginwidth="16" marginheight="3"
src="SysHead.asp" frameborder="0" scrolling="no">
</iframe>
</TD>
</TR>
<TR>
<TD height="100%">
<iframe
style="Z-INDEX:4; VISIBILITY:inherit; WIDTH:100%; HEIGHT:100%"
name="mainFrame" id="mainFrame" marginwidth="16" marginheight="16"
src="SysCome.asp" frameborder="0" noresize scrolling="yes">
</iframe>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -