index.jsp

来自「本软件为销售管理软件」· JSP 代码 · 共 52 行

JSP
52
字号

 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>天极论坛</title>
</head>

<body style="MARGIN: 0px" scroll=no>
<SCRIPT>
if(self!=top){
  top.location=self.location;
}

function switchSysBar(){
     if (document.all("frmTitle").style.display!="none"){
       document.all("frmTitle").style.display="none"
     }else{
      document.all("frmTitle").style.display=""
     }
 }
</SCRIPT>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD id=frmTitle vAlign=center noWrap align=middle><IFRAME id=left
      style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 155px; HEIGHT: 100%"
      name=left src="../html/menu/menu.html" frameBorder=0
    scrolling=yes></IFRAME></TD>
    <TD bgColor=#E9F5FF>
        <TABLE height=86 cellSpacing=0 cellPadding=0 width=8
       border=0>
        <TBODY>
        <TR>
          <TD onclick="switchSysBar()">
		    <SPAN class=navPoint id=switchPoint title=关闭/打开左栏><img src="../images/menu.gif" /></SPAN>
	      </TD>
		</TR>
       </TBODY>
	  </TABLE>
	</TD>
    <TD width=1 bgColor=#999999></TD>
    <TD style="WIDTH: 100%"><IFRAME id=main
      style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%"
      name=main src="default.jsp" frameBorder=0
    scrolling=yes> </IFRAME></TD></TR></TBODY></TABLE>
<SCRIPT>
if(window.screen.width<'1024'){switchSysBar()}
</SCRIPT>
</body>
</html>

⌨️ 快捷键说明

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