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

📄 lxrxxselectemail.jsp

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.LxrxxForm"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List"%>
<%List list=(List)request.getAttribute("list");%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>请选择要发送电子邮件的联系人</title>
<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" bgcolor="#FFFFFF"> 
  <tr> 
    <td>&nbsp;</td> 
  </tr> 
</table> 
<table width="579" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
    <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487"  border="0" cellpadding="0" cellspacing="0"> 
        <tr> 
          <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0"> 
              <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> 
              <tr style="line-height:2px"> 
                <td width="2%" height="5">&nbsp;</td> 
                <td height="5" colspan="2" bgcolor="#D4D0C8">&nbsp;</td> 
              </tr> 
              <tr align="center" valign="top" bgcolor="#FFFFFF"> 
                <td height="454" colspan="3"><p>&nbsp;</p>
                  <table width="112" height="38" align="center" background="../../../images/bar1.jpg" border="0" cellspacing="0" cellpadding="0">
                 
                 
                </table>
                  <table width="78%" height="77"  border="1" cellpadding="0" cellspacing="0">
                    <tr  bgcolor="#FFCC00">
                      <td width="20%" height="26" align="center" >联系人编号</td>
                      <td width="22%" align="center">企业名称</td>
                      <td width="20%" align="center">联系人姓名</td>
                      <td width="38%" align="center">操作</td>
                    </tr>
					          <%for(int i=0;i<list.size();i++){
LxrxxForm form=(LxrxxForm)list.get(i);    

%>
                    <tr>
                      <td height="27" align="center"><%=form.getLxrxx_id()%></td>
                      <td align="center"><%=form.getLxrxx_qymc()%></td>
                      <td align="center"><%=form.getLxrxx_xm()%></td>
                      <td align="center"><a href="lxrxxSelectOne.do?id=<%=form.getId()%>&method=1">选择</a></td>
                    </tr>
<%}%>				
                  </table>
                  <p>&nbsp;</p>                  
                  <p>&nbsp;</p></td> 
        </tr> 
      </table></td> 
  </tr> 
</table>
</body>
</html>

⌨️ 快捷键说明

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