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

📄 envelope.jsp

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhxxForm"%>
<%@ page import="com.tool.Chinese"%>
<%

session.setAttribute("aa",request.getAttribute("form"));
%>
<html>
<head>
<title>信封</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
.style1 {font-size: 11pt}
-->
</style></head>

<body>
<table width="579" border="0" cellpadding="0" cellspacing="0">
	<tr>
      <td width="569" height="487" valign="top" bgcolor="#FFFFFF">
	  <div align="center">
	    <table width="100%" height="21">
          <tr>
                  <td width="2%" height="15">&nbsp;</td>          
          </tr>
        </table>
	    </div>
	  <div align="center">
	    <table width="100%" height="30">
          <tr>
                  <td width="2%" height="28">&nbsp;</td>
                  <td width="9%" background="images/circle.jpg">&nbsp;</td>
                  <td width="89%" bgcolor="#FFFFFF"><span class="style1">打印信封</span></td>
          </tr>
        </table>
	    </div>	
		  <div align="center">
	    <table width="100%" height="21">
          <tr>
                  <td width="2%" height="10">&nbsp;</td>
                 
          </tr>
        </table>
	    </div>	
		 <div align="center">
	  	     <table width="552" height="231">
         <tr>
           <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>
         </tr>
       </table>         <table width="544"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="304" height="28" align="right"><input type="submit" name="Submit" value="打印" onClick="page.focus();window.print();">  
      </td>
	<td width="240">  <a href="prinf.do">返回</a></td>
  </tr>
</table>   </div>	   </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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