zoukankan      html  css  js  c++  java
  • 用户注册相关代码

    <html>
    <head>
    <title>会员信息登记表</title>
    </head>

    <body>

    <div align="center">
      <center>

    <table border="1" cellspacing="1" width="760" height="146">
      <tr>
        <td width="140" height="69" background="images/pic2.gif">
          <p align="center"><font size="5" color="#FF0000"><b><i>Welcome to</i></b></font></p> 
        </td> 
        <td width="544" height="69" background="images/background2.gif"> 
          <p align="center"> <b><font face="华文隶书" size="6" color="#0000FF"> 会员信息登记表</font></b></p>
        </td>
      </tr>
      <tr>
        <td width="140" height="65" background="images/background3.gif" align="center">
          <p align="center">填写须知:</p>
          <p align="center">1:请如实填写会员表内的各项内容;</p>
          <p align="center">2:带有*号的内容必须填写;</p>
          <p align="center">3:密码填写长度最好在6-15位之间;</p>
          <p align="center">4:“个人爱好”可以选择多项内容;
        </td>
        <td width="544" height="65" background="images/background1.gif" align="center">
          <form method="POST" action="reg_save.asp" name="register">
          <fieldset><legend> <b>简历</b></legend>
      </center>  
            <p align="left">*姓名:<input type="text" name="name" size="12">&nbsp;</p>                                   
            <p align="left">&nbsp;帐号:<input type="text" name="account" size="12">&nbsp;&nbsp;</p>                                   
            <p align="left">密码:
                <input type="password" name="password" size="25">
              </p>                                   
            <p align="left">                            
              身份证号码:<input type="text" name="id" size="25"></p>                                   
              <p align="left">性别:男
                <input type="radio" value="1" checked name="sex">
                &nbsp; 女
                <input type="radio" name="sex" value="0">
                &nbsp;&nbsp;</p>
      <center>

              </fieldset>                               
          <p><input type="submit" value="开始注册" name="Submit1">                              
          <input type="reset" value="重新填写" name="Submit2"></p>                                   
         </form>
                                       
        </td>                                   
      </tr>                                   
    </table>                                   
      </center>  
    </div>  
    </body>                                   
    </html>

  • 相关阅读:
    DB2开发系列之三——SQL函数
    DB2开发系列之二——SQL过程
    DB2开发系列之一——基本语法
    优化的“真谛”
    DB2性能调优
    AIX分页(交换)空间的监控
    AIX5L内存监控和调整
    直接删除undo及temp表空间文件后的数据库恢复一例
    【LeetCode】 -- 68.Text Justification
    关于linux下的.a文件与 .so 文件
  • 原文地址:https://www.cnblogs.com/www-hsy-com/p/7609055.html
Copyright © 2011-2022 走看看