prinfLxrxxAction.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("list"));
  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: 12pt}
  22. -->
  23. </style>
  24. </head>
  25. <body> 
  26. <table width="579" border="0" cellpadding="0" cellspacing="0"> 
  27.   <tr> 
  28.     <td width="569" height="487" align="center" valign="top" bgcolor="#FFFFFF"><div align="center"><br>      
  29. <table width="100%" cellpadding="0" cellspacing="0">
  30.               <tr> 
  31.                 <td width="2%" height="28">&nbsp;</td> 
  32.                 <td width="9%" background="images/circle.jpg">&nbsp;</td> 
  33.                 <td width="89%" bgcolor="#FFFFFF"><span class="style1">打印联系人信息</span></td> 
  34.               </tr> 
  35.                
  36. </table>
  37.   <table width="100%" height="21">
  38.           <tr>
  39.                   <td width="2%" height="2">&nbsp;</td>
  40.                  
  41.           </tr>
  42.       </table>
  43.     <table width="552" height="300"> 
  44.         <tr> 
  45.           <td width="546" height="300" valign="top"><iframe src="jsp/information/queryInformation/prinfLxrxxSelect.jsp" width="100%" height="100%" name="page" scrolling="no"></iframe></td> 
  46.         </tr> 
  47.       </table> 
  48.       <table width="544"  border="0" cellspacing="0" cellpadding="0"> 
  49.         <tr> 
  50.           <td width="304" height="28" align="right"><input type="submit" name="Submit" value="打印" onClick="page.focus();window.print();">               </td> 
  51.           <td width="240">  <a href="prinfLxrxx.do">返回</a></td> 
  52.         </tr> 
  53.       </table></td> 
  54.   </tr> 
  55. </table> 
  56. </body>
  57. </html>