📄 index.asp
字号:
<!--#include file="../inc/Secure.asp"-->
<HTML>
<HEAD>
<TITLE></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
.navPoint{COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}
</style>
</HEAD>
<body leftmargin=0 marginwidth=0 scroll=no>
<SCRIPT language="javascript">
function switchSysBarLeft()
{
if (switchPointLeft.innerText==3){
switchPointLeft.innerText=4
document.all("MenuLeft").style.display="none"
}
else{
switchPointLeft.innerText=3
document.all("MenuLeft").style.display=""
}
}
function openMenu()
{
if (switchPointLeft.innerText==4){
switchPointLeft.innerText=3;
document.all("MenuLeft").style.display="";
}
else{
switchPointLeft.innerText=3
document.all("MenuLeft").style.display="";
}
}
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td id=MenuLeft name="MenuLeft" vAlign=top align=left>
<!-- 左菜单栏 -->
<IFRAME frameBorder=0 id=frmTitleLeft name=frmLeft src="OfficeMenu.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 135px"></IFRAME>
<!-- 左菜单栏 -->
</td>
<td width="5" height="100%" bgcolor=#0d85ff onmouseover="openMenu()">
<TABLE border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD style="HEIGHT: 100%" valign=middle onclick="switchSysBarLeft();">
<SPAN class=navPoint id=switchPointLeft title="关闭/打开菜单">3</SPAN>
</td>
</tr>
</TABLE>
</td>
<td id=OfficeMain name="OfficeMain" vAlign=top align=left width="100%">
<!-- 主菜单栏 -->
<IFRAME frameBorder=0 id=frmOfficeMain name=OfficeMain src="OfficeMain.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%"></IFRAME>
<!-- 主菜单栏 -->
</td>
<tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -