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

📄 main.jsp

📁 jsp网站
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="com.sunny.currency.*" %>
<%@ page import="com.sunny.s3fornetoffice.*" %>
<jsp:include page="/SetStyle.jsp" flush="true"/>
<jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
<html>

<head>
<title> <%=SystemParament.GetSystemName()%>-S3 for OA 2.0 </title>
<link href="css/txt.jsp" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
<style>
      .navPoint {
  FONT-SIZE: 9pt;
  ;
  COLOR: black;
  LINE-HEIGHT: 10px;
  FONT-FAMILY: "Webdings";
  border: none;
  overflow: hidden;
      }
    </style>
<script language="JavaScript" src="/js/changestyle.js"></script>
<script language="JavaScript">
function reloadremind()
{
  if(window.document.all.hiddenFrame.readyState!='complete')
  {
    window.open("Remind.jsp","hiddenFrame");
    setTimeout("",10000);
    if(window.document.all.hiddenFrame.readyState=='interactive')
    {
      window.focus();
      alert("您已经超时退出!请注意保存工作数据!");
      return;
    }
  }
  setTimeout("reloadremind();",5000);
}
</Script>
<Script for=window EVENT=onload LANGUAGE="JScript">
  setTimeout("reloadremind();",5000);
</script>
</head>
    <frameset rows="1,123,5,*" cols="*" framespacing="0" frameborder="yes" border="0" id="rowsFrame">
        <frame src="Remind.jsp" name="hiddenFrame" id="hiddenFrame" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0" >
        <frame src="top.jsp" name="topFrame" id="topFrame" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0" >
        <frame src="hiddenbutton.jsp?HiddenFrame=top" name="hiddentopbutton" id="hiddentopbutton" scrolling="NO" noresize marginheight="0" marginwidth="0" frameborder="0" >
        <frameset cols="20%,16,*" framespacing="0" border="0" id="colsFrame" bordercolor="<%=m_session.GetString("TopBackColor")%>">
            <frame src="left.jsp" name="leftFrame" id="leftFrame" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0">
            <frame src="hiddenbutton.jsp?HiddenFrame=left" name="hiddenleftbutton" id="hiddenleftbutton" scrolling="auto" noresize marginheight="0" marginwidth="0" frameborder="0">
            <frame src="home.jsp" name="mainFrame" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0">
        </frameset>
    </frameset>
    <noframes>
        <body>
            对不起,您的浏览器不支持框架,不能正常使用该系统!
        </body>
    </noframes>
</html>

⌨️ 快捷键说明

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