doctype_m.jsp
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:6k
源码类别:
Jsp/Servlet
开发平台:
Java
- <%@ page contentType="text/html;charset=gb2312" %>
- <%@ include file="../inc/inc.jsp" %>
- <jsp:useBean id="fchar" scope="page" class="cn.js.fan.util.StrUtil"/>
- <html><head>
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
- <meta http-equiv="expires" content="wed, 26 Feb 1997 08:21:57 GMT">
- <title> </title>
- <link rel="stylesheet" href="../common.css">
- <script language="JavaScript">
- <!--
- function validate()
- {
- if (document.addform.name.value=="")
- {
- alert(" ¼ Ϊ");
- document.addform.name.focus();
- return false ;
- }
- }
- function checkdel(frm)
- {
- return;
- frm.op.value="del";
- frm.submit();
- }
- //-->
- </script>
- <body bgcolor="#FFFFFF" topmargin='0' leftmargin='0'>
- <jsp:useBean id="privilege" scope="page" class="com.redmoon.oa.pvg.Privilege"/>
- <jsp:setProperty name="privilege" property="defaulturl" value="../index.jsp"/>
- <!--