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

📄 makerinfo.jsp~3~

📁 jsp数据库开发实例精粹全书原代码 无解压缩密码 包括 书店
💻 JSP~3~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.util.*"%>
<%@ page import="zhaobiao.db.*,zhaobiao.date.*"%>
<%

  long mkid=0;
  if(request.getParameter("mkid")!=null)
    mkid = Long.parseLong(request.getParameter("mkid").trim());;
  Basic basic=new Basic();
  Maker mk=new Maker();
  mk=basic.getMaker(mkid);
  basic.freeCon();
%>



<html>
<head>
<title>xxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<script language="JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table width="776" border="0" cellspacing="0" cellpadding="0" height="103">

  <tr>
      <td height="65"> <a href="index.jsp"><img src="images/zhaobiao_01.jpg" width="777" height="89" align="absbottom" border="0"></a></td>
  </tr>
  </table>
  <a href="product1.jsp">产品信息</a> <a href="project1.jsp">项目信息</a> <a href="maker1.jsp">厂商信息</a><br>
<table width="774" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td colspan="2" align="center" height="138">
        <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">
        <tr bgcolor="0092B8">
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
              <tr align="center">
                  <td>
                    <table width="764" border="0" cellspacing="1" cellpadding="0">
                      <tr align="center" bgcolor="E1D1B7">
                        <td height="25" align="center" colspan="2" width="758"><b><%=mk.getMaker_name()%>厂商信息</b></td>
                      </tr>
                      <tr bgcolor="F6F2E6">

                        <td height="25" align="center" width="126"><font color="#FF0000">
                          投标厂商名称</font></td>
                        <td align="center" width="608"><%=mk.getMaker_name()%></td>
                      </tr>

                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#FF0000">总部地址</font>
                        </td>
                        <td width="608"><%=mk.getMaker_address()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#ff0033">成立、注册时间</font>
                        </td>
                        <td width="608"><%=mk.getMaker_cr_time()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#FF0000">注册地址</font>
                        </td>
                        <td width="608"><%=mk.getMaker_cr_address()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#FF0000">注册资金</font>
                        </td>
                        <td width="608"><%=mk.getMaker_cr_cost()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#FF0000">法人姓名</font>
                        </td>
                        <td width="608"><%=mk.getMaker_fr_name()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#ff0033">法人职务</font>
                        </td>
                        <td width="608"><%=mk.getMaker_fr_position()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#ff0033">企业性质</font>
                        </td>
                        <td width="608"><%=mk.getMaker_attribute()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#ff0033">分支机构、分公司、分厂办事处联络表</font>
                        </td>
                        <td width="608"><%=mk.getMaker_relation()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                          <font color="#ff0033">制造商在中国办事处或代理商代表的资料</font>
                        </td>
                        <td width="608"><%=mk.getMaker_db_content()%></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                        </td>
                        <td width="608"></td>
                      </tr>


                      <tr bgcolor="F6F2E6" align="center">
                        <td height="25" width="126">
                        </td>
                        <td width="608"></td>
                      </tr>


                    </table>
                  </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr align="right">
    <td colspan="2"><a href="#" onClick="MM_openBrWindow('send_pop.shtml','','width=300,height=250')"><br>
      <br>
      </a> </td>
  </tr>
</table>
 <form method="POST" action="search1.jsp">
  关键字:
  <input type="text" name="keys">
  <select name="searchid">
  <option selected value=0>所有</option>
    <option value=1>项目</option>
    <option value=2>厂商</option>
    <option value=3>产品</option>
  </select>
  <input type="submit" name="submit" value="搜索">
</form>

  <p>&nbsp; </p>
</center>
</body>
</html>

⌨️ 快捷键说明

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