envelope.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:2k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.domain.KhxxForm"%>
  3. <%@ page import="com.tool.Chinese"%>
  4. <%
  5. session.setAttribute("aa",request.getAttribute("form"));
  6. %>
  7. <html>
  8. <head>
  9. <title>信封</title>
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  11. <style type="text/css">
  12. <!--
  13. body {
  14. background-color: #000000;
  15. margin-left: 0px;
  16. margin-top: 0px;
  17. }
  18. td{
  19. font-size:9pt;
  20. }
  21. .style1 {font-size: 11pt}
  22. -->
  23. </style></head>
  24. <body>
  25. <table width="579" border="0" cellpadding="0" cellspacing="0">
  26. <tr>
  27.       <td width="569" height="487" valign="top" bgcolor="#FFFFFF">
  28.   <div align="center">
  29.     <table width="100%" height="21">
  30.           <tr>
  31.                   <td width="2%" height="15">&nbsp;</td>          
  32.           </tr>
  33.         </table>
  34.     </div>
  35.   <div align="center">
  36.     <table width="100%" height="30">
  37.           <tr>
  38.                   <td width="2%" height="28">&nbsp;</td>
  39.                   <td width="9%" background="images/circle.jpg">&nbsp;</td>
  40.                   <td width="89%" bgcolor="#FFFFFF"><span class="style1">打印信封</span></td>
  41.           </tr>
  42.         </table>
  43.     </div>
  44.   <div align="center">
  45.     <table width="100%" height="21">
  46.           <tr>
  47.                   <td width="2%" height="10">&nbsp;</td>
  48.                  
  49.           </tr>
  50.         </table>
  51.     </div>
  52.  <div align="center">
  53.         <table width="552" height="231">
  54.          <tr>
  55.            <td width="546" align="center"><iframe src="jsp/information/queryInformation/page.jsp?address=<%=Chinese.str(request.getParameter("address"))%>&mailNumber=<%=request.getParameter("mailNumber")%>" width="100%" height="100%" name="page" scrolling="no"></iframe></td>
  56.          </tr>
  57.        </table>         <table width="544"  border="0" cellspacing="0" cellpadding="0">
  58.   <tr>
  59.     <td width="304" height="28" align="right"><input type="submit" name="Submit" value="打印" onClick="page.focus();window.print();">  
  60.       </td>
  61. <td width="240">  <a href="prinf.do">返回</a></td>
  62.   </tr>
  63. </table>   </div>    </td>
  64.   </tr>
  65. </table>
  66. </body>
  67. </html>