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

📄 guanli_index.jsp

📁 一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份文件
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'index.jsp' starting page</title>
    
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    
    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
    <script>
if(self!=top){top.location=self.location;}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>
  </head>
  
  <body ><iframe  height=0></iframe>
  
  <%
  //String username=(String)session.getAttribute("username");
  //if(username==null)
  //{
  //response.sendRedirect("login.jsp");
  %>
<!--<CENTER><h3><FONT face="楷体">对不起,您还没有登录</FONT><h3></CENTER>
--><%//}else{%>
   
   <TABLE  bgcolor="#c5def6">
   <TR>
   <td align="middle" noWrap vAlign="center" id="frmTitle" height="500" width="100">
    
    <iframe frameBorder="0" id="left" name="left" scrolling=auto src="left.jsp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2">
    </iframe>
    
  <%//@include file="left.inc"%>
    
    </td>
    <td bgcolor="#C6EBDE" height="600" width="1">
    <table border="0" cellPadding="0" cellSpacing="0" height="100%">
      <tr>
        <td style="HEIGHT: 100%" onclick="switchSysBar()">
        <font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #12DB98">
        <span class="navPoint" id="switchPoint" title="切换">3</span><br>
        </font></td>
      </tr>
    </table>
    </td>
    <td style="WIDTH: 100%" >
 <iframe frameBorder="0" id="topFrame" name="topFrame" scrolling="auto" src="top.jsp"  style="HEIGHT: 36; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
    </iframe>
<iframe frameBorder="0" id="right" name="right" scrolling="auto" src="main.jsp" style="HEIGHT: 90%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
    </iframe>
   <%//@include file="top1.inc"%>
   
    </td>
   </TR>
   </TABLE>
   <%//}%>
  </body>
</html>
<script>
if(window.screen.width<'1024'){switchSysBar()}
</script>

⌨️ 快捷键说明

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