doctype_m.jsp
来自「oa 源代码」· JSP 代码 · 共 34 行
JSP
34 行
<%@ 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)
{
if(!confirm(" Ƿ ퟀ� "))
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"/>
<!--
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?