📄 prinflxrxxaction.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhxxForm"%>
<%@ page import="com.tool.Chinese"%>
<%
session.setAttribute("aa",request.getAttribute("list"));
%>
<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/prinfLxrxxSelect.jsp" 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="prinfLxrxx.do">返回</a></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -