prinfSelectCxss.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:2k
- <%@ 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: 12pt}
- -->
- </style>
- </head>
- <body>
- <table width="579" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="569" height="487" align="center" valign="top" bgcolor="#FFFFFF"><div align="center"><br>
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td width="2%" height="28"> </td>
- <td width="9%" background="images/circle.jpg"> </td>
- <td width="89%" bgcolor="#FFFFFF"><span class="style1">打印城市的邮编内容</span></td>
- </tr>
-
- </table>
- <table width="100%" height="21">
- <tr>
- <td width="2%" height="2"> </td>
-
- </tr>
- </table>
- <table width="552" height="300">
- <tr>
- <td width="546" height="300" valign="top"><iframe src="jsp/information/queryInformation/prinfSfzyCity.jsp?province=<%=Chinese.str(request.getParameter("province"))%>" width="100%" height="100%" name="page" scrolling="auto"></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">
- <%int iCount=Integer.parseInt((String)request.getParameter("iCount"));%>
- <%if(iCount<=1){%>
- <a href="prinfSfzySelect.do">返回</a>
- <%}else{%>
- <a href="prinfSfzySelectFenYe.do?iCount=<%=iCount%>">返回</a>
- <%}%>
-
-
-
-
-
- </td>
- </tr>
- </table>
-
- </tr>
- </table>
- </body>
- </html>