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

📄 system.jsp

📁 用jsp和Oracle写的人事管理系统
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%> 
<%@ page contentType="text/html;charset=gb2312"%> 
<%! String oabusyname,oabusyusername,oabusyuserdept,oabusyuserlevel;%>
<%
oabusyname= (String) session.getValue("oabusyname");
oabusyusername= (String) session.getValue("oabusyusername");
oabusyuserdept= (String) session.getValue("oabusyuserdept");
oabusyuserlevel= (String) session.getValue("oabusyuserlevel");


if((oabusyusername==null)|(oabusyusername=="")){
response.sendRedirect("login.jsp"); 
}

%>

<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>人事管理系统</title>
<link rel="stylesheet" href="CSS/CSS.CSS">
</head>

<frameset rows="0,68,*">
  <frame name="banner1" scrolling="no" noresize target="contents" src="top0.jsp">
  <frame name="banner" scrolling="no" noresize target="contents" src="top.jsp">

  <frameset cols="180,0">
   <frame name="contents" scrolling="no" noresize target="main" src="left.jsp">

  </frameset>
  <noframes>
  <body>

  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>
<%@ include file="foot.jsp"%>
</html>

⌨️ 快捷键说明

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