📄 userreg.asp
字号:
<!--#include file="Inc/SysProduct.asp" -->
<!--#include file="inc/Skin_CSS.asp"-->
<!--#include file="top.asp"-->
<script language=javascript>
function checkreg()
{
if (document.UserReg.UserName.value=="")
{
alert("请输入用户名!");
document.UserReg.UserName.focus();
return false;
}
else
{
document.reg.username.value=document.UserReg.UserName.value;
var popupWin = window.open('UserCheckReg.asp', 'CheckReg', 'scrollbars=no,width=340,height=200');
document.reg.submit();
}
}
</script>
<table width="909" height="492" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="670" height="492" align="center" valign="top" bgcolor="#FFFFFF"><TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD class="title_b"></TD>
<TD><TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD width=98 class="title_c">会员中心</TD>
<TD width="555" class="title_right"> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD vAlign=bottom colSpan=2 height=5><TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD bgColor=#e3e3e3
height=1></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="179" valign="top"><table Class=border width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="206" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD height="1"><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>
<TD width="37%"><b>用户名:</b><BR>
不能小于4个字符(2个汉字)</TD>
<TD width="63%"><INPUT maxLength=14 size=30 name=UserName>
<font color="#FF0000">*</font>
<input name="Check" type="button" id="Check" value="检查用户名" onClick="checkreg();"></TD>
</TR>
<TR>
<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>
<TD width="37%"><strong>确认密码(至少6位):</strong><BR>
</TD>
<TD width="63%"><INPUT type=password maxLength=12 size=30 name=PwdConfirm>
<font color="#FF0000">*</font> </TD>
</TR>
<TR>
<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>
<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>
<TD width="37%"><strong>性别:</strong><BR>
请选择您的性别</TD>
<TD width="63%"><INPUT type=radio CHECKED value="1" name=sex>
男
<INPUT type=radio value="0" name=sex>
女</TD>
</TR>
<TR>
<TD width="37%"><strong>Email地址:</strong><BR>
请输入有效的邮件地址</TD>
<TD width="63%"><INPUT maxLength=50 size=30 name=Email>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>公司网址:</strong></TD>
<TD width="63%"><INPUT name=homepage id="homepage" value="http://" size=30 maxLength=50></TD>
</TR>
<TR>
<TD width="37%"><strong>公司名称:</strong><BR>
您的公司名称</TD>
<TD width="63%"><INPUT name=CompanyName id="CompanyName" size=30 maxLength=100></TD>
</TR>
<TR>
<TD><strong>收货地址:</strong></TD>
<TD><INPUT name=Add id="Add" size=30 maxLength=100>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>收货人:</strong></TD>
<TD><INPUT name=Receiver id="Receiver" size=30 maxLength=100></TD>
</TR>
<TR>
<TD><strong>邮政编码:</strong></TD>
<TD width="63%"><input name=postcode id="postcode" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>联系电话:<br>
</strong>格式0571-85635810<strong> </strong></TD>
<TD width="63%"><input name=Phone id="Phone" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>手机:</strong></TD>
<TD><input name=Mobile id="Mobile" size=30 maxlength=20></TD>
</TR>
<TR>
<TD><strong>传 真:</strong></TD>
<TD><input name=Fax id="Fax" size=30 maxlength=50></TD>
</TR>
<TR>
<TD width="37%"><strong>是否为<font color="#FF0000">VIP</font>:</strong></TD>
<TD width="63%"><input name="VIPUser" type="checkbox" id="VIPUser" value="yes">
是 </TD>
</TR>
</TABLE>
<div align="center">
<INPUT type=submit value=" 注 册 " name=Submit2 Class="BUTTON">
<INPUT name=Reset type=reset id="Reset" value=" 清 除 " Class="BUTTON">
</div>
</form>
<form name='reg' action='UserCheckreg.asp' method='post' target='CheckReg'>
<input type='hidden' name='username' value=''>
</form></TD>
</TR>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="184" align="right" valign="top" bgcolor="#FFFFFF"><table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="34" class="title_left"> 用户登陆 </td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="10" bgcolor="#FFFFFF"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><% call ShowUserLogin() %></td>
</tr>
</table></td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
</table>
<table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="34" class="title_left"> 产品查询</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="10" bgcolor="#FFFFFF"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><% call ShowSearch(1) %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
</table>
<table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="34" class="title_left"> 产品列表</td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="10" bgcolor="#FFFFFF"><table width="79%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><% call ShowSmallClass_Tree() %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5" bgcolor="#FFFFFF"></td>
</tr>
</table></td>
<td width="56"> </td>
</tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -