envelope.jsp~2~

来自「客户关系管理系统,包括数据库,类,所有运行所需的代码及文件」· JSP~2~ 代码 · 共 27 行

JSP~2~
27
字号
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhxxForm"%>
<%

session.setAttribute("aa",request.getAttribute("form"))
%>
<html>
<head>
<title>信封</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<table width="624" height="312"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><iframe src="jsp/information/queryInformation/page.jsp?address=<%=request.getParameter("address")%>&mailNumber=<%=request.getParameter("mailNumber")%>" width="100%" height="100%" name="page" scrolling="no"></iframe></td>
  </tr>
</table>
<table width="624"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="56" align="center"><input type="submit" name="Submit" value="打印" onClick="page.focus();window.print();">
	</td>
	<td><a href="prinf.do">返回</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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