📄 enuserreg.asp
字号:
<!--#include file="Inc/EnSysProduct.asp" -->
<!--#include file="inc/Skin_css.asp"-->
<!-- #include file="EnHead.asp" -->
<script language=javascript>
function checkreg()
{
if (document.UserReg.UserName.value=="")
{
alert("Please input username!");
document.UserReg.UserName.focus();
return false;
}
else
{
document.reg.username.value=document.UserReg.UserName.value;
var popupWin = window.open('EnUserCheckReg.asp', 'CheckReg', 'scrollbars=no,width=340,height=200');
document.reg.submit();
}
}
</script>
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5" valign="top" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="72" valign="top" bgcolor="#FFFFFF"><table width="843" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="tdbg_left" width="190" height="179" valign="top" > <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="34" class="title_left"> <img src="Images/smallbook.jpg" width="10" height="10"> User
login </td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="10"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowUserLogin() %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table></td>
<td width="6"></td>
<td 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 class="title_right" height="32"> <img src="Images/smallbook.jpg" width="10" height="10"> Member
Center </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD height="1"> <FORM name='UserReg' action='EnUserRegPost.asp' method='post'>
<table width=98% border=0 align="center" cellpadding=5 cellspacing=1 bordercolor="#FFFFFF" style="border-collapse: collapse">
<TR align=center>
<TD height=20 colSpan=2>New user registers</TD>
</TR>
<TR>
<TD width="38%"><strong>username</strong><b>:</b><BR>
Input username (between 4 and 14 characters)</TD>
<TD width="62%"> <INPUT maxLength=14 size=20 name=UserName>
<font color="#FF0000">*</font> <input name="Check" type="button" id="Check" value="Check UserName" onClick="checkreg();"></TD>
</TR>
<TR>
<TD width="38%"><strong>Password </strong>( least
6 words)<b>:</b><BR>
Input the password, distinguish the size to write.
Don't use and be similar to '*','' of special
symbol</TD>
<TD width="62%"> <INPUT type=password maxLength=12 size=30 name=Password>
<font color="#FF0000">*</font> </TD>
</TR>
<TR>
<TD width="38%"><strong>Confirm password (least
6 words):</strong><BR>
Please enter again to confirmation<BR>
</TD>
<TD width="62%"> <INPUT type=password maxLength=12 size=30 name=PwdConfirm>
<font color="#FF0000">*</font> </TD>
</TR>
<TR>
<TD width="38%"><strong>Password question:</strong><BR>
Forget hint question of the password</TD>
<TD width="62%"> <INPUT type=text maxLength=50 size=30 name="Question">
<font color="#FF0000">*</font> </TD>
</TR>
<TR>
<TD width="38%"><strong>Question answer:</strong><BR>
Forget the hint question answer of the password,
used for get back the password</TD>
<TD width="62%"> <INPUT type=text maxLength=20 size=30 name="Answer">
<font color="#FF0000">*</font> </TD>
</TR>
<TR>
<TD width="38%"><strong>Sex:</strong><BR>
Please choice your sex</TD>
<TD width="62%"> <INPUT type=radio CHECKED value="1" name=sex>
Male
<INPUT type=radio value="0" name=sex>
Female</TD>
</TR>
<TR>
<TD width="38%"><strong>Email:</strong><BR>
Input valid of email address</TD>
<TD width="62%"> <INPUT maxLength=50 size=30 name=Email>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>Company website:</strong></TD>
<TD width="62%"><INPUT name=homepage id="homepage" value="http://" size=30 maxLength=50></TD>
</TR>
<TR>
<TD width="38%"><strong>Company name:</strong></TD>
<TD width="62%"> <INPUT name=CompanyName id="CompanyName" size=30 maxLength=100></TD>
</TR>
<TR>
<TD><strong>Add:</strong></TD>
<TD><INPUT name=Add id="Add" size=30 maxLength=100>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>Receiver:</strong></TD>
<TD><INPUT name=Receiver id="Receiver" size=30 maxLength=100></TD>
</TR>
<TR>
<TD><strong>Postcode:</strong></TD>
<TD width="62%"><input name=postcode id="postcode" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>Tel:<br>
</strong>format010-81991660<strong> </strong></TD>
<TD width="62%"><input name=Phone id="Phone" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR>
<TD><strong>Mobile:</strong></TD>
<TD><input name=Mobile id="Mobile" size=30 maxlength=20></TD>
</TR>
<TR>
<TD width="38%"><strong>Fax:</strong></TD>
<TD width="62%"> <INPUT name=Fax id="Fax" size=30 maxLength=50></TD>
</TR>
</TABLE>
<div align="center">
<INPUT type=submit value="Register" name=Submit>
<INPUT name=Reset type=reset id="Reset" value="Reset">
</div>
</form>
<form name='reg' action='EnUserCheckreg.asp' method='post' target='CheckReg'>
<input type='hidden' name='username' value=''>
</form>
</TD>
</TR>
</table> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!-- #include file="Inc/EnFoot.asp" -->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -