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

📄 selectkhcpxz.jsp

📁 客户管理系统是一个典型的数据库开发应用程序
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhcpxzForm"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.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;
}
-->
</style></head>
<script Language="JavaScript">
function projectDelete(date){
if(confirm("是否删除编号为["+date+"]这一组数据吗?"))
window.location="khcpxzDelete.do?id="+date;

}
</script>
<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">业务来往设置</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>
                <%List list=(List)request.getAttribute("cpxzlist");%>
                <br>
          </p>
            <table width="513" border="0" cellpadding="2" cellspacing="1" bgcolor="#999999">
              <tr align="center" bgcolor="#ffcc33">
                <td width="100" height="26">产品销售编号</td>
                <td width="127">产品销售名称</td>

                <td width="270">操作</td>
              </tr>
              <%for(int i=0;i<list.size();i++){
KhcpxzForm form =(KhcpxzForm)list.get(i);
%>
              <tr bgcolor="#FFFFFF" align="center">
                <td><%=form.getCpxx_id()%></td>
                <td><%=form.getCpxx_mc()%></td>
				
                <td align="center" bgcolor="#FFFFFF"><a href="khcpxzSelectOne.do?id=<%=form.getId()%>">查看具体的内容</a>&nbsp;&nbsp; <a href="javascript:projectDelete('<%=form.getCpxx_id()%>')">删除</a></td>
              </tr>
              <%}%>
            </table>            <br>
            <table width="510"  border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="363" align="right"> </td>
                <td width="147" align="center"><a href="khcpxzID.do">添加产品</a></td>
              </tr>
            </table></td>
        </tr>
       </table></td>
  </tr>
</table>
</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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