Reg.aspx
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Reg.aspx.vb" Inherits="YDMusic.Reg"%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <title>用户注册</title>
  6. </head>
  7. <body topmargin="0" leftmargin="0">
  8. <div align="center">
  9. <center>
  10. <table width="770" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#FFFFFF">
  11. <tr>
  12. <td>
  13. <table width="640" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
  14. <tr>
  15. <td bgcolor="#FFFFFF">
  16. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  17. <tr>
  18. <td>
  19. <img src="/images/reg_018.gif" width="640" height="81"></td>
  20. </tr>
  21. <tr>
  22. <td valign="top" bgcolor="#CCCCCC">
  23. <img src="/images/1x1.gif" width="1" height="1"></td>
  24. </tr>
  25. <tr>
  26. <td valign="top" bgcolor="eeeeee">
  27. <img src="/images/4x4.gif" width="4" height="4"></td>
  28. </tr>
  29. <tr>
  30. <td>
  31. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  32. <form name="reg" action="/Reg.aspx" method="post" onsubmit="return validate(this)">
  33. <tr>
  34. <td width="22%" height="25" bgcolor="#15B4FF">
  35. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
  36. <font color="#FF0000">用 户 名:</font> </td>
  37. <td width="75%" bgcolor="#F0F0F0">
  38. <input class="input" maxlength="20" size="16" name="UserName">
  39. <b><font color="#FF0000">*</font></b> 可以是数字或字母</td>
  40. </tr>
  41. <tr>
  42. <td height="25" bgcolor="#66CCFF">
  43. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle"> 
  44. 用户密码: </td>
  45. <td bgcolor="#F0F0F0">
  46. <input class="input" type="password" maxlength="20" size="16" name="password">
  47. <b><font color="#FF0000">* </font></b>
  48. <font color="#000000">6-20个字符,易记但难猜破,这样较安全</font></td>
  49. </tr>
  50. <tr>
  51. <td height="25" bgcolor="#66CCFF">
  52. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle"> 
  53. 确认密码: </td>
  54. <td bgcolor="#F0F0F0">
  55. <input class="input" type="password" maxlength="16" size="16" name="password2">
  56. <b><font color="#FF0000">*</font></b></td>
  57. </tr>
  58. <tr>
  59. <td height="25" bgcolor="#66CCFF">
  60. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle"> 
  61. 电子信箱: </td>
  62. <td bgcolor="#F0F0F0">
  63. <input class="input" maxlength="50" size="20" name="Email">
  64. <b><font color="#FF0000">*</font></b> 填写正确的电子邮件格式</td>
  65. </tr>
  66. <tr>
  67. <td height="25" bgcolor="#66CCFF">
  68. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle"> 
  69. 安全提示问题: </td>
  70. <td bgcolor="#F0F0F0">
  71. <input class="input" maxlength="20" size="20" name="Quesion">
  72. <b><font color="#FF0000">*</font></b> 最好填写您很常见的问题避免您忘记了</td>
  73. </tr>
  74. <tr>
  75. <td height="25" bgcolor="#66CCFF">
  76. <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">&nbsp;安全答案: </td>
  77. <td bgcolor="#F0F0F0">
  78. <input class="input" maxlength="20" size="20" name="Answer">
  79. <b><font color="#FF0000">*</font></b> 填写您问题的答案</td>
  80. </tr>
  81. <tr bgcolor="#FFFFFF">
  82. <td height="25"> </td>
  83. <td>
  84. <input value name="Submit" type="submit" class="anniou" style="width: 62px; height: 23px; background-image: url('/images/ly11.gif'); border-style: none; border-width: medium">&nbsp;&nbsp;
  85. <input type="reset" value name="Submit2" class="anniou" style="width: 62px; height: 23px; background-image: url('/images/ly12.gif'); border-style: none; border-width: medium"><a href="Reg.asp">
  86. </a></td>
  87. </tr>
  88. </form>
  89. </table>
  90. </td>
  91. </tr>
  92. </table>
  93. </td>
  94. </tr>
  95. </table>
  96. </td>
  97. </tr>
  98. </table>
  99. <script language="javascript">
  100. <!--
  101. function validate(theform) {
  102. if (theform.UserName.value=="" || theform.password.value==""|| theform.password2.value==""|| theform.Email.value==""|| theform.Quesion.value==""|| theform.Answer.value=="") {
  103. alert("请把带*号的栏目正确添加完之后再确定!");
  104. return false; }
  105. }
  106. //-->
  107. </script>
  108. </center></div>
  109. </body>
  110. </html>