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

📄 add.jsp

📁 这是一个在线办公自动化系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ include file="../hear/hear.jsp"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>优秀员工提名</title>
<link href="../css/work.css" rel="stylesheet" type="text/css" />
<script src="../js/oa.js"></script>
<style type="text/css">
<!--
.style1 {
	font-family: "宋体";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.style2 {color: #0060BF}
-->
</style>
</head>
<body bgcolor="#ECF1FF">
<table width="49%" height="100" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" id="form1" method="post" action="add" onsubmit="return emex()">
  <tr background="../image/zs.gif">
    <td height="22" colspan="4" align="center" class="title style1">优秀员工提名</td>
  </tr>
  <tr>

    <td width="265" height="52" align="center"><span class="style2">员工序号:</span></td>
    <td width="260" align="center"><input name="emid" type="text" /></td>

  </tr>
  <tr>
    <td colspan="2" align="center"><input type="submit" name="Submit" value="提名" />
      &nbsp;&nbsp;&nbsp;
      <input type="button" name="Submit2" value="返回" onclick="javascript:history.back(-1);"/></td>
  </tr>
  <tr>

    <span class="advise">
    <% 
		String daymsg=(String)request.getAttribute("msg");
		if(daymsg!=null){
			out.print(daymsg);
			request.removeAttribute("msg");
		}
%>
    </span>	&nbsp;
  </tr>
</form>
</table>
</body>
</html>

⌨️ 快捷键说明

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