📄 hyreg.asp
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="common.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.HyTjNumber.value=="")
{
alert("至少需要输入推荐帐号!");
document.form1.HyTjNumber.focus();
return false;
}
else if(form1.HyNumber.value=="")
{
alert("至少需要输入登录帐户!");
document.form1.HyNumber.focus();
return false;
}
else if(form1.dlname.value=="")
{
alert("至少需要输入开通的专卖店帐户!");
document.form1.dlname.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.HyTjname.value=="")
{
alert("至少需要输入推荐帐号!");
document.form1.HyTjname.focus();
return false;
}
else
{
return true;
document.form1.submit();
}
}
</script>
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#7BD7FF">
<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="#C5EDFF">
<tr>
<td><font color="#FF0000" size="4"><font size="3"> 填写说明</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="hyregcheck.asp" onsubmit="return check();" ID="Form1">
<table align="center" bgcolor="#9CE1FE" 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="#5ACDFF">
<div align="center"><font color="#ffffff" size="4"><b>会 员 申 请 表</b></font></div></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bordercolorlight="#799ae1" bordercolordark="#162d6b" id="Table2">
<tr bgcolor=5ACDFF>
<td height="30" width="40%"><div align="right">
推荐会员帐号
:</div></td>
<td> <input type="text" name="HyTjNumber" size="30" id="Text11" value="<% =TjNumber%>">
(<font color=#ff0000>*</font>) </td>
</tr>
<% if GetDisplay("HyTjName")=true then%>
<tr bgcolor=5ACDFF>
<%else%>
<tr bgcolor=5ACDFF style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HyTjName")%>
:</div></td>
<td> <input type="text" name="HyTjName" size="30" id="Text11" value="<% =TjName%>">
(<font color=#ff0000>*</font>)</td>
</tr>
<tr bgcolor=5ACDFF>
<td width="40%" height="30" align="right">专卖店帐号:</td>
<td width="60%">
<input name="dlname" type="text" size="30" id="Text12">
(<font color=#ff0000>*</font>)</td>
</tr>
<tr bgcolor=5ACDFF>
<td width="40%" height="30"><div align="right">登陆帐号:</div></td>
<td width="60%"> <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=5ACDFF>
<td height="30"><div align="right">会员密码:</div></td>
<td> <input type="password" name="HyPassword1" size="30" >
(<font color=#ff0000>*</font>) </td>
</tr>
<tr bgcolor=5ACDFF>
<td height="36"> <div align="right">会员密码确认:</div></td>
<td> <input type="password" name="HyPassword11" size="30" >
(<font color=#ff0000>*</font>) </td>
<tr bgcolor=5ACDFF>
<td height="30"><div align="right">会员姓名:</div></td>
<td> <input type="text" name="HyName" size="30" id="Text2">
(<font color=#ff0000>*</font>)</td>
</tr>
<% if GetDisplay("HySex")=true then%>
<tr bgcolor=5ACDFF>
<%else%>
<tr bgcolor=5ACDFF style="display:none">
<%end if%>
<td height="30"><div align="right">
<% =GetDisplayName("HySex")%>
:</div></td>
<td> <input name="HySex" type="radio" value="男" checked>
男
<input type="radio" name="HySex" value="女">
女</td>
</tr>
<% if GetDisplay("HyAge")=true then%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -