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

📄 user_reg.asp

📁 本学期要实讯
💻 ASP
字号:
<!--#include file="odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>个人注册信息</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style5 {font-size: 12px; color: #333333; }
.style6 {	font-size: 12px;color: #0099FF;}
-->
</style>
<Script Language="JavaScript">
	<!--
	function check_Null(){
		if (document.form1.user.value==""){
			alert("对不起,你的用户名不能为空!");
			return false;
		}
		if (document.form1.psw1.value==""){
			alert("对不起,你的密码不能为空!");
			return false;
		}
		if (document.form1.psw2.value==""){
			alert("对不起,请输入你的确认密码!");
			return false;
		}
		if (document.form1.mail.value==""){
			alert("对不起,你的邮箱还没有填写!");
			return false;
		}
		return true;
	}
	// -->
	</Script>
</head>

<body>
<table width="760" height="515" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="93" align="left" valign="top"><!--#include file="top.asp"--></td>
  </tr>
  <tr>
    <td height="282" align="left" valign="top"><form action="jiancha_userreg.asp" method="post" name="form1" onsubmit="JavaScript: return check_Null();">
      <table width="760" height="266" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#CCCCCC" background="images/ww3.jpg" style="border-collapse:collapse ">
        <tr>
          <td width="100" align="right"><span class="style5">用户名:</span></td>
          <td class="style5"><input name="user" type="text" class="style5" size="15">
              <span class="style6">*</span>(用户名必须是由3-15位的大写或者小写的A-Z字母组成,还可用0-9数字或者下划线等)</td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">密码:</span></td>
          <td class="style5"><input name="psw1" type="password" class="style5" size="35">
              <span class="style6">*</span>(你的密码必须设置为6-25位,建议你不要把自己的密码输入得过于简单)</td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">确认密码:</span></td>
          <td><input name="psw2" type="password" class="style5" size="35">
              <span class="style5"><span class="style6">*</span></span></td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">密码提示:</span></td>
          <td><select name="ask" class="style5">
              <option selected>你最喜欢的动物是什么?</option>
              <option>你最爱的人是谁?</option>
              <option>你最好的朋友是谁?</option>
              <option>你最喜欢吃的菜是什么?</option>
              <option>你的中学老师是谁?</option>
              <option>你最崇拜的人是谁?</option>
              <option>你最难忘的事是什么?</option>
            </select>
            <span class="style6">*</span>              <span class="style5">(在忘记密码时可以用它来获得忘记的密码,建议大家选自己比较容易记得的事件) </span> </td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">提示答案:</span></td>
          <td><input name="daan" type="text" class="style5" size="15">
            <span class="style6">*</span>              <span class="style5">(最少4个字符,由中文或者英文和数字组成,例如:我家的小狗)</span></td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">E-mail:</span></td>
          <td><input name="mail" type="text" class="style5" size="35">
              <span class="style6">*</span><span class="style5">(请你务必填写好你的邮件,方便我们更好的管理和带给你最好的服务)</span></td>
        </tr>
        <tr>
          <td width="100" align="right"><span class="style5">注册身份:</span></td>
          <td><span class="style5">
            <input name="radiome" type="radio" value="个人" checked>
        个人
        <input type="radio" name="radiome" value="公司">
        公司</span><span class="style6"> *</span><span class="style5">(请你务必填写)</span></td>
        </tr>
        <tr align="center">
          <td height="37" colspan="2" class="style5"><input type="submit" name="Submit" value="提 交">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit" value="重 写"></td>
        </tr>
      </table>
    </form></td>
  </tr>
  <tr>
    <td height="98" align="center" valign="top"><!--#include file="dibu.asp"--></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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