doctype_m.jsp
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:6k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=gb2312" %>
  2. <%@ include file="../inc/inc.jsp" %>
  3. <jsp:useBean id="fchar" scope="page" class="cn.js.fan.util.StrUtil"/>
  4. <html><head>
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
  7. <meta http-equiv="expires" content="wed, 26 Feb 1997 08:21:57 GMT">
  8. <title>  </title>
  9. <link rel="stylesheet" href="../common.css">
  10. <script language="JavaScript">
  11. <!--
  12. function validate()
  13. {
  14. if  (document.addform.name.value=="")
  15. {
  16. alert(" ¼   Ϊ");
  17. document.addform.name.focus();
  18. return false ;
  19. }
  20. }
  21. function checkdel(frm)
  22. {
  23.  return;
  24.  frm.op.value="del";
  25.  frm.submit();
  26. }
  27. //-->
  28. </script>
  29. <body bgcolor="#FFFFFF" topmargin='0' leftmargin='0'>
  30. <jsp:useBean id="privilege" scope="page" class="com.redmoon.oa.pvg.Privilege"/>
  31. <jsp:setProperty name="privilege" property="defaulturl" value="../index.jsp"/>
  32. <!--