add.jsp
上传用户:sxwtmm
上传日期:2022-08-11
资源大小:2183k
文件大小:2k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
  2. <%@ include file="../hear/hear.jsp"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  7. <title>优秀员工提名</title>
  8. <link href="../css/work.css" rel="stylesheet" type="text/css" />
  9. <script src="../js/oa.js"></script>
  10. <style type="text/css">
  11. <!--
  12. .style1 {
  13. font-family: "宋体";
  14. font-size: 16px;
  15. color: #000000;
  16. font-weight: bold;
  17. }
  18. -->
  19. </style>
  20. </head>
  21. <body bgcolor="#FFFFDF">
  22. <table width="49%" height="100" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  23. <form name="form1" id="form1" method="post" action="add" onsubmit="return emex()">
  24.   <tr>
  25.     <td height="22" colspan="4" align="center" background="../KCM/zs.gif" class="title style1">优秀员工提名</td>
  26.   </tr>
  27.   <tr>
  28.     <td width="265" height="52" align="center">员工序号:</td>
  29.     <td width="260" align="center"><input name="emid" type="text" /></td>
  30.   </tr>
  31.   <tr>
  32.     <td colspan="2" align="center"><input type="submit" name="Submit" value="提名" />
  33.       &nbsp;&nbsp;&nbsp;
  34.       <input type="button" name="Submit2" value="返回" onclick="javascript:document.location='emex.htm';"/></td>
  35.   </tr>
  36.   <tr>
  37.     <span class="advise">
  38.     <% 
  39. String daymsg=(String)request.getAttribute("msg");
  40. if(daymsg!=null){
  41. out.print(daymsg);
  42. request.removeAttribute("msg");
  43. }
  44. %>
  45.     </span> &nbsp;
  46.   </tr>
  47. </form>
  48. </table>
  49. </body>
  50. </html>