printinformation.jsp~2~
来自「客户关系管理系统,包括数据库,类,所有运行所需的代码及文件」· JSP~2~ 代码 · 共 60 行
JSP~2~
60 行
<%@ page contentType="text/html; charset=gb2312"%>
<%java.util.Date date=new java.util.Date();%>
<%@ page import="com.domain.UserForm"%>
<%@ page import="com.tool.Chinese"%>
<%UserForm form=(UserForm)session.getAttribute("form");%>
<%session.setAttribute("form",form);%>
<%session.setMaxInactiveInterval(3600);%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>数据管理</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-top: 0px;
margin-right: 0px;
}
a{
font-size:12px;
color:#336699;}
a:hover{
font-size:12px;
color:#990000;}
.style5 {font-size: 24px}
.style8 {
font-size: 19px;
font-weight: bold;
color: #FE5A01;
}
-->
</style></head>
<body>
<div align="right">
<table width="199" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="199" height="97" align="center" valign="middle" background="images/clientbar.jpg" class="style5"></td>
</tr>
<tr>
<td width="199" height="37" valign="middle" background="images/cbar.jpg"><a href="../../prinf.do" target="main">客户信封打印</a></td>
</tr>
<tr>
<td width="199" height="37" valign="middle" background="images/cbar.jpg"><a href="../../prinfKhxx.do" target="main">客户信息列表打印</a></td>
</tr>
<tr>
<td width="199" height="37" valign="middle" background="images/cbar.jpg"><a href="#">联系人信息打印</a></td>
</tr>
<tr>
<td width="199" height="37" valign="middle" background="images/cbar.jpg"><a href="../../prinfSfzySelect.do" target="main" >省份邮编信息打印</a></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#F7F7F7"><%=form.getUser_sjgl()%> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?