⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shouqu.jsp

📁 GJM-OA网络自动化办公系统 Ver 0.02 (JSP Version)
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="check.jsp" %>
<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>
<script language="JavaScript" src="MM_script.js"></script>
<LINK href="oa.css" rel=stylesheet>
</HEAD>
<BODY  bgColor=#d6d3ce  topmargin="0" leftmargin="0" onLoad="MM_preloadImages('images/more_on.gif','images/add_on.gif','images/refresh_on.gif')" 
oncontextmenu=self.event.returnValue=false;showmenu() >
<%@ include file="rightmenu.jsp" %>
<%   
//showdata.Init("报文管理","upfile","shouqu.jsp","shouquedit.jsp","tname",10,'a','a',"");
showdata.Init("报文管理","upfile","shouqu.jsp","shouquedit.jsp","tname",10,login.userGrade(request),'a',"");
showdata.show(request,response);
%>          
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -