add.jsp
上传用户:sxwtmm
上传日期:2022-08-11
资源大小:2183k
文件大小:2k
- <%@ 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;
- }
- -->
- </style>
- </head>
- <body bgcolor="#FFFFDF">
- <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>
- <td height="22" colspan="4" align="center" background="../KCM/zs.gif" class="title style1">优秀员工提名</td>
- </tr>
- <tr>
- <td width="265" height="52" align="center">员工序号:</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="提名" />
-
- <input type="button" name="Submit2" value="返回" onclick="javascript:document.location='emex.htm';"/></td>
- </tr>
- <tr>
- <span class="advise">
- <%
- String daymsg=(String)request.getAttribute("msg");
- if(daymsg!=null){
- out.print(daymsg);
- request.removeAttribute("msg");
- }
- %>
- </span>
- </tr>
- </form>
- </table>
- </body>
- </html>