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

📄 register217.jsp

📁 javaWEB应用网立足于提供从WEB技术到WEB应用全方位免费 ║ ║ 共享服务。这个平台是大家学习、应用、交流WEB技术的最 ║ ║ 有力平台。我们坚信成功来源于共享和合作
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<jsp:useBean id="register" class="sk.frontBean"/>
<html>
<head>
<%
int i,j;

%>

</head>
<title>钢铁时空</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK
href="steelsk.css" rel=stylesheet type=text/css>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">

<table width="780" border="0" cellspacing="0" cellpadding="0" bgcolor="#590000">
  <tr>
   <td height="23"><a class="white" href="index.jsp">首页</a>--<a class="white" href="pindao.jsp?channel=65">钢材</a>
      <a class="white" href="gedichannel.jsp?channel=65&&distinct=32">[各地]</a>--<a class="white" href="pindao.jsp?channel=122">炉料</a>
      <a class="white" href="gedichannel.jsp?channel=122&&distinct=32">[各地]</a>--<a class="white" href="pindao.jsp?channel=153">特钢</a>
      <a class="white" href="gedichannel.jsp?channel=153&&distinct=32">[各地]</a>--<a class="white" href="pindao.jsp?channel=169">有色</a>
      <a class="white" href="gedichannel.jsp?channel=169&&distinct=32">[各地]</a>--<a class="white" href="juececankao.jsp">决策参考</a>--<a class="white" href="ziliaohuizong.jsp">资料汇总</a>--<a class="white" href="jiaoyixinxi.jsp">交易信息</a>--<a class="white" href="shengchanshang.jsp">生产商<font color="#ffffff">信息</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ffffff">
      咨询电话:010-82673686</font></td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0">
        <tr>
          <td width="27%">
            <div align="center"><img src="images/logo.gif" width="150" height="77"></div>
          </td>
          <td width="11%">
            <table width="100%" border="0" cellspacing="4" cellpadding="0">

            </table>
          </td>
          <td width="62%"><img src="images/banner01.gif" width="468" height="60"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 width=780>
  <tbody>
  <tr >
    <td height=5></td>
  </tr>
  <tr >
    <td bgColor=#000000 height=1></td>
  </tr>
  <tr >
    <td bgColor=#DDBE99 height=3></td>
  </tr>
  <tr >
    <td background="images/line01.gif" height=1></td>
  </tr>
  </tbody>
</table>
会员注册第2步
<form action="register2.jsp" method="post">
<table height="300">
<tr ><td height="100">
选择频道1:
<select name="select1">
<option value="0">频道1</option>
<%
register.getChannel1().open();
for(i=0;i<register.getChannel1().rowCount();i++)
{
%>

<option value="<%=register.getChannel1().getInt("id")%>"><%=register.getChannel1().getString("ChannelName")%></option>
<%
register.getChannel1().next();
}
register.getChannel1().close();
%>
</select>
选择频道2:
<select name="select2">
<option value="0">频道2</option>
<%
register.getChannel1().open();
for(i=0;i<register.getChannel1().rowCount();i++)
{
%>

<option value="<%=register.getChannel1().getInt("id")%>"><%=register.getChannel1().getString("ChannelName")%></option>
<%
register.getChannel1().next();
}
register.getChannel1().close();
%>
</select>
选择频道3
<select name="select3">
<option value="0">频道3</option>
<%
register.getChannel1().open();
for(i=0;i<register.getChannel1().rowCount();i++)
{
%>

<option value="<%=register.getChannel1().getInt("id")%>"><%=register.getChannel1().getString("ChannelName")%></option>
<%
register.getChannel1().next();
}
register.getChannel1().close();
%>
</select>

</td>
</tr>
<tr>
<td>
<div align="center"><input type="SUBMIT" name="Button" value="下一步" >
</div>
<input type="hidden" name="select4" value="">
<input type="hidden" name="select5" value="">


</td>
</tr>
</table>

<table width="780" border="0" cellspacing="0">
  <tr>
    <td background="images/line01.gif" height=1></td>
  </tr>
  <tr>
    <td  bgcolor=#EFE1CF height=19 >
      <div align="center">电话:010-82673686 传真:010-82666406 短信杂志:13520020076
        服务邮件:steelsk@sohu.com</div>
    </td>
  </tr>
  <tr >
    <td background="images/line01.gif" height=1></td>
  </tr>
  <tr >
    <td bgcolor=#DDBE99 height=3></td>
  </tr>
  <tr >
    <td bgcolor=#000000 height=1></td>
  </tr>
  <tr>
    <td>
      <div align="center">Copyright (C) 2002.steelsk.com. All Rights Reserved<br>
        <font color="#ff9933">〓</font>北京钢铁时空信息技术有限公司版权所有<font color="#ff9933">〓</font></div>
    </td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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