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

📄 reg.asp

📁 一个简单的注册登录系统。asp与access的简单结合。是网站建立的先行训练。
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
    <TR>
      <TD height=1><IMG height=1 src="img/1x1_pix.gif" 
                width=10></TD>
      <TD 
                  height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" 
              width=10></TD>
    </TR>
    <TR>
      <TD colSpan=2 height=10><IMG height=1 
                  src="img/1x1_pix.gif" width=1></TD>
    </TR>
    <TR>
      <TD width=24>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD height=1><IMG height=1 src="img/1x1_pix.gif" 
                width=10></TD>
      <TD 
                  height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" 
              width=10></TD>
    </TR>
    <TR>
      <TD height=1>&nbsp;</TD>
      <TD><FORM name='UserReg' action='UserRegPost.asp' method='post'>
          <table width=95% border=0 align="center" cellpadding=5 cellspacing=1 bordercolor="#FFFFFF" style="border-collapse: collapse">
            <TR align=center>
              <TD height=20 colSpan=2><b>新用户注册</b></TD>
            </TR>
            <TR class="tdbg" >
              <TD width="37%"><b>用户名:</b><BR>
                不能超过14个字符(7个汉字)</TD>
              <TD width="63%"><INPUT   maxLength=14 size=30 name=UserName>
                  <font color="#FF0000">*</font> </TD>
            </TR>
            <TR class="tdbg" >
              <TD width="37%"><B>密码(至少6位):</B><BR>
                请输入密码,区分大小写。 不要使用类似 '*'、' '的特殊字符</TD>
              <TD width="63%"><INPUT   type=password maxLength=12 size=30 name=Password>
                  <font color="#FF0000">*</font> </TD>
            </TR>
            <TR class="tdbg" >
              <TD width="37%"><strong>密码问题:</strong><BR>
                忘记密码的提示问题</TD>
              <TD width="63%"><INPUT   type=text maxLength=50 size=30 name="Question">
                  <font color="#FF0000">*</font> </TD>
            </TR>
            <TR class="tdbg" >
              <TD width="37%"><strong>问题答案:</strong><BR>
                忘记密码的提示问题答案,用于取回密码</TD>
              <TD width="63%"><INPUT   type=text maxLength=20 size=30 name="Answer">
                  <font color="#FF0000">*</font> </TD>
            </TR>
            <TR class="tdbg" >
              <TD><strong>身份类别:</strong></TD>
              <TD><select name="UserType" id="UserType">
                <option value="主管" selected>主管</option>
                <option value="经理">经理</option>
              </select></TD>
            </TR>
            <TR class="tdbg" >
              <TD width="37%"><strong>性别:</strong><BR>
                请选择您的性别</TD>
              <TD width="63%"><INPUT type=radio CHECKED value="1" name=sex>
                男 &nbsp;&nbsp;
                <INPUT type=radio value="0" name=sex>
                女</TD>
            </TR>
          </TABLE>
          <div align="center">
            <INPUT   type=submit value=" 注 册 " name=Submit>
&nbsp;
            <INPUT name=Reset   type=reset id="Reset" value=" 清 除 ">
          </div>
      </form></TD>
    </TR>
    <TR>
      <TD height=1><IMG height=1 src="img/1x1_pix.gif" 
                width=10></TD>
      <TD 
                  height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" 
              width=10></TD>
    </TR>
    <TR>
      <TD><IMG height=1 src="img/1x1_pix.gif" 
                width=10></TD>
      <TD><IMG height=1 src="img/1x1_pix.gif" 
              width=10> </TD>
    </TR>
  </TBODY>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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