⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.htm

📁 全方面的OA管理程序代码
💻 HTM
字号:
<!--#include file="../inc/Secure.htm"-->
<HTML>
<HEAD>

<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="Menu.htm" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 135px"></IFRAME>

<!--  左菜单栏  -->

	</td>         
    <td width="5" height="100%" bgcolor=1E8BC1  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=DocMain src="main.htm" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%"></IFRAME>

<!--  主菜单栏  -->

	</td>         
	<tr>
</table>
<!--FRAMESET COLS="18%,*" FRAMEBORDER="1" framespacing="4" bordercolor="#D0D090">
	<FRAME NAME="OfficeMenu" SRC="OfficeMenu.htm" MARGINWIDTH="10" MARGINHEIGHT="8" SCROLLING="AUTO" FRAMEBORDER="no">
	<FRAME NAME="OfficeMain" SRC="OfficeMain.htm" MARGINWIDTH="10" SCROLLING="auto" FRAMEBORDER="no">
</FRAMESET-->
</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -