memberregister.asp

来自「生成html的ASP企业站点,可以进行二次开发的」· ASP 代码 · 共 149 行

ASP
149
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="../Include/Const.asp" -->
<!--#include file="../Include/NoHackSql.Asp" -->
<!--#include file="../Include/ConnSiteData.asp" -->
<%call SiteInfo
headid=0
Seotitle="会员注册"
%>
<!--#include file="Head.Asp" -->
<div class="clear"></div>
<div id="contant">
  <div class="cleft">
    
	<div class="news">
      <div class="title">
	  &nbsp;<b>会员中心</b>
	  </div>
	  <div>
	  <ul>
<%=WebMenu()%>
</ul>
	  </div>
    </div>
	<div class="news">
      <div class="title">
	  &nbsp;<b>热门产品</b>
	  </div>
	  <div>
	  <ul>
<%=Producthot(10)%>
</ul>
	  </div>
    </div>
  </div>
<div class="cright">
	<div class="crightb">
	  <div class="crightbtitle">
	    <div class="crightbtitlel">
		当前位置:
		</div>
		<div class="crightbtitler">
		<%=WebLocation()%>
		</div>
	  </div>
	  <div class="crightbcontent">
<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" border="0" heihgt="">
    <tbody>
        <tr>
          <td height="20"><table width="95%" border="0" align="center" cellpadding="3" cellspacing="5">
		  <form action="MemberSaveReg.asp" method="post" name="formReg" id="formReg">
              <tr>
                <td width="200" align="right">用户名称:</td>
                <td><input name="MemName" type="text" id="MemName" size="20" maxlength="16" /> <font color="red">*</font>(0-9,a-z,-_任意组合的3-16个字符)</td>
              </tr>
              <tr>
                <td align="right">真实姓名:</td>
                <td><input name="RealName" type="text" id="RealName" size="20" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">性别:</td>
                <td><input name="Sex" type="radio" value="先生" checked="checked" class="inputnoborder" />先生 <input type="radio" name="Sex" value="女士" class="inputnoborder" />女士 <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">用户密码:</td>
                <td><input name="Password" type="password" id="Password" size="20" maxlength="16" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">重复用户密码:</td>
                <td><input name="vPassword" type="password" id="vPassword" size="20" maxlength="16" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">密码保护问题:</td>
                <td><input name="Question" type="text" id="Question" size="40" maxlength="100" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">密码保护答案:</td>
                <td><input name="Answer" type="text" id="Answer" size="40" maxlength="100" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">单位名称:</td>
                <td><input name="Company" type="text" id="Company" size="40" maxlength="100" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">详细地址:</td>
                <td><input name="Address" type="text" id="Address" size="40" maxlength="100" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">邮政编码:</td>
                <td><input name="ZipCode" type="text" id="ZipCode" size="20" maxlength="20" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">联系电话:</td>
                <td><input name="Telephone" type="text" id="Telephone" size="20" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">传真号码:</td>
                <td><input name="Fax" type="text" id="Fax" size="20" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">手机号码:</td>
                <td><input name="Mobile" type="text" id="Mobile" size="20" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">电子信箱:</td>
                <td><input name="Email" type="text" id="Email" size="30" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">网址:</td>
                <td><input name="HomePage" type="text" id="HomePage" size="30" maxlength="50" /> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">验证码:</td>
                <td><input name="CheckCode" type="text" size="6" maxlength="6" /> <a href="javascript:refreshimg()" title="看不清楚,换个图片。"><img src="../Include/CheckCode/CheckCode.asp" name="checkcode" align="absmiddle" id="checkcode" style="border: 1px solid #ffffff" /></a> <font color="red">*</font></td>
              </tr>
              <tr>
                <td align="right">&nbsp;</td>
                <td><input name="Submit" type="submit" value="立即注册会员,获取最新产品资讯" /></td>
              </tr>
			  </form>
            </table></td>
        </tr>
      </table>
</div>
	</div>
  </div>
</div>
<!--#include file="Foot.Asp"-->
<%
Function WebMenu()
If session("MemName")="" Or session("GroupID")="" Or session("MemLogin")<>"Succeed" Then
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberRegister.asp"">注册会员</a></li>"
Else
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberInfo.asp"">修改注册资料</a></li>"
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberMessage.asp"">我的留言</a></li>"
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberOrder.asp"">我的订单</a></li>"
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberTalent.asp"">我的应聘</a></li>"
  response.write "<Li>  <img src=""images/Tx_Ar3.gif"" style=""margin-left:5px;"" /> <a href=""MemberLogin.asp?Action=Out"">退出登录</a></li>"
End If
End Function

function WebLocation()
  WebLocation="&nbsp;当前位置:<a href=""index.asp"" class=""agray"">首页</a> - <a href=""MemberCenter.asp"" class=""agray"">会员中心</a> - 帐户注册"&VbCrLf
end function
%>
<script language="javascript">
<!--
function refreshimg(){document.all.checkcode.src="../Include/CheckCode/CheckCode.asp";}
//-->
</script>

⌨️ 快捷键说明

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