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

📄 dlhyreg.asp

📁 mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。 2、保健品、药品公司。 3、在线销售商品等等。 4、其他类型用到双轨制模式的线上开盘公司。
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="common.asp" -->
<!-- #include file="include/checkhy.asp" -->
<%
parentid = trim(request("parentid"))
Location = trim(request("Location"))
if len(Location)=0 then Location=0
if len(parentid)>0 then
	parentName=GetNameByNumber(parentid)
end if

TjNumber=session("HyNumber")
if len(tjNumber)>0 then
	TjName=GetNameByNumber(tjNumber)
end if

%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<link rel="stylesheet" href="include/e1.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>注册新会员</title></HEAD>
<script language="javascript">
function gotoCheckjxsName(plogin){
	if (checkMemLoginName(plogin))
	{
		window.open('checkHyNumber.asp?regName=' + plogin,plogin,'resizable=0,scrollbars=0,status=0,toolbar=0,location=0,menu=0,width=320,height=125,top='+ (screen.height/2-75) +',left=' + (screen.width-150)/2);
	}
}
function checkMemLoginName(plogin){

  if (plogin=='')
  {
  	  alert('请填写您的企业网名!');
	  document.form1.HyNumber.focus();
	  return false;
  }
  return true;

}

	function check()
	{
		if(form1.HyName.value=="")
		{
			alert("至少需要输入姓名!");
			document.form1.HyName.focus();
			return false;
		}
		else if(form1.HyNumber.value=="")
		{
			alert("至少需要输入登录帐户!");
			document.form1.HyNumber.focus();
			return false;
		}
		else if(form1.HyPassword1.value=="")
		{
			alert("至少需要输入一级密码!");
			document.form1.HyPassword1.focus();
			return false;
		}
		else if(form1.HyPassword11.value=="")
		{
			alert("至少需要输入一级确认密码!");
			document.form1.HyPassword11.focus();
			return false;
		}
		else if(form1.HyPassword1.value!=form1.HyPassword11.value)
		{
			alert("输入的一级密码和一级确认密码不一致!");
			form1.HyPassword1.value='';
			form1.HyPassword11.value='';
			document.form1.HyPassword1.focus();
			return false;
		}		
		else if(form1.eduPassword2.value=="")
		{
			alert("至少需要输入二级密码!");
			document.form1.eduPassword2.focus();
			return false;
		}
		else if(form1.eduPassword21.value=="")
		{
			alert("至少需要输入二级确认密码!");
			document.form1.eduPassword21.focus();
			return false;
		}
		else if(form1.eduPassword2.value!=form1.eduPassword21.value)
		{
			alert("输入的二级密码和二级确认密码不一致!");
			form1.eduPassword2.value='';
			form1.eduPassword21.value='';
			document.form1.eduPassword2.focus();
			return false;
		}		
				else if(form1.HyPassword2.value!=form1.HyPassword21.value)
		{
			alert("输入的二级密码和二级确认密码不一致!");
			form1.HyPassword2.value='';
			form1.HyPassword21.value='';
			document.form1.HyPassword2.focus();
			return false;
		}		
		else if(form1.HyTjNumberr.value=="")
		{
			alert("至少需要输入帐号!");
			document.form1.HyTjNumber.focus();
			return false;
		}		
		else
		{
			return true;
			document.form1.submit();
		}

	}
</script>
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="99%" border="0" align="right" cellpadding="0" cellspacing="0">
  <tr>
    <td>
	 <table><tr><td height="10"></td></tr></table>
	<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#E4EFFC">
  <tr>
    <td><font color="#FF0000" size="4"><font size="3">&nbsp;填写说明</font><strong>:</strong></font> 
      <p>一、系统为您保留48小时时限,如期款不到帐,系统视为放弃,自动作废。</p>
      <p>二、标有“(<font color="#FF0000">*</font>)”符号的栏目必须填写清楚。一定要明确推荐会员帐号。</p>
          <p>三、填写的密码一定不要与你的银行卡密码相同或类似,强烈建议使用字母和数字混合的密码!!!</p>
        </td>
  </tr>
</table>
<br>
 <form name="form1" method="post" action="dlhyregcheck.asp" onsubmit="return check();" ID="Form1">
        <table align="center" bgcolor="#AAAAAA" border="0" cellpadding="0" cellspacing="0" width="80%">
   <tr><td>
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table1">
    <tr> 
                <td width="100%" height="46" bgcolor="#CCDDEE"> 
                  <div align="center"><font color="#000000" size="4">会 员 申 请 表</font></div></td>
    </tr>
  </table>

              <table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bordercolorlight="#799ae1" bordercolordark="#162d6b" id="Table2">
                <tr bgcolor=#ffffff> 
                  <td height="30" width="40%"><div align="right"> 
                      推荐会员帐号
                      :</div></td>
                  <td>&nbsp;&nbsp; <input type="text" name="HyTjNumber" size="30" id="Text11" value="<% =TjNumber%>">
                    (<font color=#ff0000>*</font>) </td>
                </tr>
                <% if GetDisplay("HyTjName")=true then%>
                <tr bgcolor=#ffffff> 
                  <%else%>
                <tr bgcolor=#ffffff style="display:none"> 
                  <%end if%>
                  <td height="30"><div align="right"> 
                      <% =GetDisplayName("HyTjName")%>
                      :</div></td>
                  <td>&nbsp;&nbsp; <input type="text" name="HyTjName" size="30" id="Text11" value="<% =TjName%>">
                    (<font color=#ff0000>*</font>)</td>
                </tr>
                <tr bgcolor=#ffffff> 
                  <td width="40%" height="30" align="right">&nbsp; 专卖店帐号:</td>
                  <td width="60%">&nbsp;&nbsp; 
					<input name="dlidff" type="text" size="30" id="Text12" value="<%=session("hynumber")%>">
					<input name="dlid" value="<%=session("user_id")%>" type="hidden">
                    (<font color=#ff0000>*</font>)</td>
                </tr>
                <tr bgcolor=#ffffff> 
                  <td width="40%" height="30"><div align="right">登陆帐号:</div></td>
                  <td width="60%">&nbsp;&nbsp; <input name="HyNumber" type="text" size="30" id="Text1">
                    (<font color=#ff0000>*</font>)(4-16位) 
                    <input  name="Button" type="button" class="b02" onClick="javascript:gotoCheckjxsName(document.form1.HyNumber.value)" value="检查是否可用"></td>
                </tr>
                <tr bgcolor=#ffffff> 
                  <td height="30"><div align="right">登陆密码:</div></td>
                  <td>&nbsp;&nbsp; <input type="password" name="HyPassword1" size="30" >
                    (<font color=#ff0000>*</font>) </td>
                </tr>
                <tr bgcolor=#ffffff> 
                  <td height="36"> <div align="right">登陆密码确认:</div></td>
                  <td>&nbsp;&nbsp; <input type="password" name="HyPassword11" size="30" >
                    (<font color=#ff0000>*</font>) </td>
<tr bgcolor=#ffffff> 
                  <td height="30"><div align="right">会员姓名:</div></td>
                  <td>&nbsp;&nbsp; <input type="text" name="HyName" size="30" id="Text2">
                    (<font color=#ff0000>*</font>)</td>
                </tr>
                <% if GetDisplay("HySex")=true then%>
                <tr bgcolor=#ffffff> 
                  <%else%>
                <tr bgcolor=#ffffff style="display:none"> 
                  <%end if%>
                  <td height="30"><div align="right"> 
                      <% =GetDisplayName("HySex")%>
                      :</div></td>
                  <td>&nbsp;&nbsp; <input name="HySex" type="radio" value="男" checked>
                    <input type="radio" name="HySex" value="女">
                    女</td>
                </tr>
                <% if GetDisplay("HyAge")=true then%>
                <tr bgcolor=#ffffff> 
                  <%else%>
                <tr bgcolor=#ffffff style="display:none"> 
                  <%end if%>
                  <td height="30"><div align="right"> 
                      <% =GetDisplayName("HyAge")%>

⌨️ 快捷键说明

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