En_UserReg.asp
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 6k
Development Platform:

VBScript

  1. <!--#include file="Include/En_System.asp"-->
  2. <!--#include file="Include/En_StrLeft.asp"-->
  3. <!--#include file="Include/En_Head.asp" -->
  4. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  5. <TR> 
  6. <TD vAlign=top class='M_Left_Td'> 
  7. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  8. <tr>
  9. <td valign="top">
  10. <% Call Left_Member() %>
  11. </td>
  12. </tr>
  13. </table> 
  14. </TD>
  15. <%if strSkins <= 200 and strSkins >= 1 then%>
  16. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  17. <%
  18. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  19. %>
  20. <%end if%><TD vAlign=top> 
  21. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  22. <% Call Style_Adcolumn() '广告栏 %>
  23. <!-- 用户注册 -->
  24. <TR>
  25. <TD>
  26. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_Pt_Title'>
  27. <TR>
  28. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  29. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  30. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  31. Member centre
  32. &nbsp;</SPAN></TD>
  33. <TD class='MC_Pt_TD4'><div align="right">
  34. &nbsp;</div></TD>
  35. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  36. </TR>
  37. </TABLE>
  38. </TD>
  39. </TR>
  40. <TR> 
  41. <TD>
  42. <TABLE cellSpacing=0 cellPadding=0 align="center"  class='MC_ServeNr_Title'>
  43. <TR> 
  44. <TD align="center"><FORM name='UserReg'action='En_UserRegPost.asp'method='post'>
  45. <table width=90% border=0 align="center" cellpadding=5 cellspacing=1 bordercolor="#FFFFFF" style="border-collapse: collapse">
  46. <TR align=center> 
  47. <TD height=20 colSpan=2><b>New user register</b></TD>
  48. </TR>
  49. <TR class="tdbg" > 
  50. <TD width="37%"><b>UserName:</b><BR>Can exceed 14 characters</TD>
  51. <TD width="63%"> <INPUT maxLength=14 size=30 name=UserName> <font color="#FF0000">*</font> </TD>
  52. </TR>
  53. <TR class="tdbg" > 
  54. <TD width="37%"><B>Password (least 6 bit):</B><BR>input pass,Distinguish big and small.</TD>
  55. <TD width="63%"> <INPUT type=password maxLength=12 size=30 name=Password> <font color="#FF0000">*</font> </TD>
  56. </TR>
  57. <TR class="tdbg" > 
  58. <TD width="37%"><strong>AffirmPass (least 6 bit):</strong><BR>Please fail again and confirm</TD>
  59. <TD width="63%"> <INPUT type=password maxLength=12 size=30 name=PwdConfirm> <font color="#FF0000">*</font> </TD>
  60. </TR>
  61. <TR class="tdbg" > 
  62. <TD width="37%"><strong>PassQuestion:</strong><BR>Forget the suggestion question of the password</TD>
  63. <TD width="63%"> <INPUT   type=text maxLength=50 size=30 name="Question"> <font color="#FF0000">*</font> </TD>
  64. </TR>
  65. <TR class="tdbg" > 
  66. <TD width="37%"><strong>QuestionAnswer:</strong><BR>Forget the suggestion question answer to the password.</TD>
  67. <TD width="63%"> <INPUT type=text maxLength=20 size=30 name="Answer"> <font color="#FF0000">*</font> </TD>
  68. </TR>
  69. <TR class="tdbg" > 
  70. <TD width="37%"><strong>Sex :</strong><BR>Please choose your sex</TD>
  71. <TD width="63%"> <INPUT type=radio CHECKED value="1" name=sex>Male &nbsp;&nbsp; <INPUT type=radio value="0" name=sex>Female</TD>
  72. </TR>
  73. <TR class="tdbg" > 
  74. <TD width="37%"><strong>Email:</strong><BR>Please input the effective mail address</TD>
  75. <TD width="63%"> <INPUT maxLength=50 size=30 name=Email> <font color="#FF0000">*</font></TD>
  76. </TR>
  77. <TR class="tdbg" > 
  78. <TD><strong>CompanyWebsite :</strong></TD>
  79. <TD width="63%"><INPUT name=homepage id="homepage" value="http://" size=30   maxLength=50></TD>
  80. </TR>
  81. <TR class="tdbg" > 
  82. <TD width="37%"><strong>CompanyName :</strong><BR>Your company name</TD>
  83. <TD width="63%"> <INPUT name=Comane id="Comane" size=30   maxLength=100></TD>
  84. </TR>
  85. <TR class="tdbg" > 
  86. <TD width="37%"><p><strong>ReceiveAddress :<br></strong>Your company address or the address of receiving</p></TD>
  87. <TD width="63%"> <input name=Add id="Add" size=30 maxlength=20> <font color="#FF0000">*</font></TD>
  88. </TR>
  89. <TR class="tdbg" > 
  90. <TD><strong>Consignee :<br></strong>Receive the person to contact<strong> </strong></TD>
  91. <TD width="63%"><input name=Somane id="Somane" size=30 maxlength=20></TD>
  92. </TR>
  93. <TR class="tdbg" > 
  94. <TD><strong>Zipcode :</strong></TD>
  95. <TD width="63%"><input name=Zip id="Zip" size=30 maxlength=20> <font color="#FF0000">*</font></TD>
  96. </TR>
  97. <TR class="tdbg" > 
  98. <TD><strong>Telephone :<br></strong>Form +86-0755-888888<strong> </strong></TD>
  99. <TD width="63%"><input name=Phone id="Phone" value="+86" size=30 maxlength=20> <font color="#FF0000">*</font></TD>
  100. </TR>
  101. <TR class="tdbg" > 
  102. <TD width="37%"><strong>Fax :</strong></TD>
  103. <TD width="63%"> <INPUT name=Fox id="Fox" size=30 maxLength=50></TD>
  104. </TR>
  105. </TABLE>
  106. <div align="center"><INPUT type=submit value=" Registe " name=Submit>&nbsp; <INPUT name=Reset type=reset id="Reset" value=" Remove "></div>
  107. </form></TD>
  108. </TR>
  109. </TABLE>
  110. </TD>
  111. </TR>
  112. <!-- 用户注册 END -->
  113. <TR> 
  114. <TD> 
  115. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_bottom_title'>
  116. <tr> 
  117. <td>
  118. </td>
  119. </tr>
  120. <tr><td class='MC_bottom_Td2'></td></tr>
  121. </table>
  122. </TD>
  123. </TR>
  124. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  125. </TABLE>
  126. </TD>
  127. <%if strSkins <= 200 and strSkins >= 1 then%>
  128. </TR>
  129. </TABLE>
  130. <!--#include file="Include/En_Foot.asp" -->
  131. <%
  132. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  133. %>
  134. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  135. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  136. mid.gif" width="6" height="146"></TD>
  137. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  138. </TR>
  139. </TABLE>
  140. <!--#include file="Include/en_Foot4.asp" -->
  141. <%end if%>