txl.jsp
来自「网络自动化办公系统」· JSP 代码 · 共 22 行
JSP
22 行
<%@ 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>
<body bgcolor="#d6d3ce" topmargin="0" leftmargin="0" onLoad="MM_preloadImages('images/detail_on.gif','images/add_on_2.gif','images/refresh_on.gif','images/search_on.gif')"
<body bgcolor=#d6d3ce topmargin="0" leftmargin="0" onLoad="MM_preloadImages('images/add_on.gif','images/modify_on.gif','images/delete_on.gif','images/add_on.gif','images/modi_2.gif','images/dele_2.gif','images/refresh_on.gif')"
oncontextmenu=self.event.returnValue=false;showmenu() >
<%@ include file="rightmenu.jsp" %>
<%
String key3 = "userid="+session.getAttribute("Uid");
showdata.Init("ͨѶ¼","card","txl.jsp","txledit.jsp","cname",10,'d','d',key3);
showdata.show(request,response);
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?