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

📄 reg1.jsp

📁 【首语】 非常感谢你能够对季风流量统计系统感兴趣。不管你是JAVA的初学者、还是JAVA的高手
💻 JSP
📖 第 1 页 / 共 2 页
字号:
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    用户名 ......<font color="#0000EE"> 
                                                                    您站点的统计账号,长度在8个字符以内,可以由小写字母和数字或文字组成</font></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    管理密码 ......<font color="#0000EE"> 
                                                                    身份确认,密码长度在12个字符以内,否则将不能注册</font></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    主页地址 ...... 
                                                                    <font color="#0000EE">用于精简页面地址输出,请填写真实地址</font></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    站点名称 ...... 
                                                                    <font color="#0000EE">站点标题,中英文均可</font></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    站点简介 ...... 
                                                                    <font color="#0000EE">站点简介,中英文均可,不能有特殊字符,长度小于100</font></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    <hr noshade align="center" width="100%" size="1"> 
                                                                  </td>
                                                                </tr>
                                                                                                                                <tr> 
                                                                  <td colspan="2"><font color="#FF0000"><b>&gt;</b></font><b><font color="#000000"> 
                                                                    配置用户数据</font></b></td>
                                                                </tr>
                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    <form action=reg2.jsp method=post name=reg>
                                                                     
                                                                      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                                                                        <tr> 
                                                                          <td width="22%">用户名</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="text" name="id" class="input"  onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" maxlength="7">
                                                                              (最大20个字符) 
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td width="22%">管理密码</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="password" name="pws"  class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" maxlength="10">
                                                                              (最大20个字符) 
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr>
                                                                           <td width="22%">验证密码</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="password" name="repws"  class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" maxlength="10">
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr>  
                                                                          <td width="22%">主页地址</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="text" value="http://" name="url" class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''">
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td width="22%">站点名称</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="text" name="webname" class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" size="20" maxlength="8">
                                                                              (8个字符) 
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr>
                                                                          <td valign=top>站点类别</td>
                                                                          <td><select name="class">
            <% while(rs.next())
			{
	          String typename2=rs.getString("typename");
	  %>
            <option value="<%=typename2%>"><%=typename2%></option>
            <% 
            }
            try {
              rs.close();
              stmt.close();
              con.close();
            }
            catch (Exception ex) {
            }
            %>
          </select></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td width="22%">站点简介</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="text" name="intro" class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" size="40" maxlength="200">
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td width="22%">邮件地址</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                              <input type="text" name="txtemail"  class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" size="40" maxlength="200">
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td width="22%">关键字</td>
                                                                          <td width="78%"> 
                                                                            <div align="left"> 
                                                                             <input type="text" name="keys" class="input" onMouseOver ="this.style.backgroundColor='#F0F1FF'" onMouseOut ="this.style.backgroundColor=''" size="40" maxlength="200">
                                                                              以逗号分隔,小于5个字符 
                                                                            </div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td colspan="3" height="15"> 
                                                                            <div align="left"></div></td>
                                                                        </tr>
                                                                        <tr> 
                                                                          <td colspan="3"> 
                                                                            <div align="center"> 
                                                                              <input type="button" onClick="chk()" name="B1" value="立即申请" class="button" onMouseOver ="this.style.backgroundColor='#EEF7FF'" onMouseOut ="this.style.backgroundColor=''">
                                                                              <input type="reset" name="Reset" value="重新填写" class="button" onMouseOver ="this.style.backgroundColor='#EEF7FF'" onMouseOut ="this.style.backgroundColor=''">
                                                                            </div></td>
                                                                        </tr>
                                                                      </table>
                                                                    </form></td>
                                                                </tr>
                                                                                                                                <tr> 
                                                                  <td colspan="2"> 
                                                                    <hr noshade align="center" width="100%" size="1"> 
                                                                  </td>
                                                                </tr>
                                                                <tr> 
                                                                  <td align="center" colspan="2" bgcolor="#CCCCCC"> 
                                                                  </td>
                                                                </tr>
                                                              </table></td>
                                                          </tr>
                                                        </table></TD>
                                                      <TD width=5></TD>
                                                      <TD width=11 
                                background=images/graph_border5.gif>&nbsp;</TD>
                                                      <TD width=9></TD>
                                                    </TR>
                                                  </TBODY>
                                                </TABLE></TD>
                                            </TR>
                                            <TR> 
                                              <TD background=images/graph_border4.gif 
                                height=10></TD>
                                            </TR>
                                          </TBODY>
                                        </TABLE>
                                       
                                      </TD>
                                    </TR>
                                    <TR> 
                                      <TD vAlign=top align=middle> 
                                        
                                        <BR></TD>
                                    </TR>
                                  </TBODY>
                                </TABLE></TD>
                            </TR>
                          </TBODY>
                        </TABLE></TD>
                      <TD vAlign=top width=10 bgColor=#394a5a height=9><IMG height=9 
                  src="images/cooltable_rt.gif" width=10></TD>
                    </TR>
                    <TR> 
                      <TD width=10 bgColor=#394a5a></TD>
                    </TR>
                    <TR> 
                      <TD vAlign=top width=11 bgColor=#8c949c height=10><IMG 
                  height=10 src="images/cooltable_lb.gif" width=11></TD>
                      <TD bgColor=#8c949c height=10></TD>
                      <TD vAlign=top width=10 height=10><IMG height=10 
                  src="images/cooltable_rb.gif" 
            width=10></TD>
                    </TR>
                  </TBODY>
                </TABLE></TD>
            </TR>
          </TBODY>
        </TABLE></TD>
    </TR>
    <TR> 
      <TD> <DIV align=center></DIV></TD>
    </TR>
    <TR> 
      <TD bgColor=#cccccc> <DIV align=center>copy right by www.hxwa.net</DIV></TD>
    </TR>
  </TBODY>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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