Reg.aspx
资源名称:YDMusic.rar [点击查看]
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Reg.aspx.vb" Inherits="YDMusic.Reg"%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>用户注册</title>
- </head>
- <body topmargin="0" leftmargin="0">
- <div align="center">
- <center>
- <table width="770" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#FFFFFF">
- <tr>
- <td>
- <table width="640" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
- <tr>
- <td bgcolor="#FFFFFF">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <img src="/images/reg_018.gif" width="640" height="81"></td>
- </tr>
- <tr>
- <td valign="top" bgcolor="#CCCCCC">
- <img src="/images/1x1.gif" width="1" height="1"></td>
- </tr>
- <tr>
- <td valign="top" bgcolor="eeeeee">
- <img src="/images/4x4.gif" width="4" height="4"></td>
- </tr>
- <tr>
- <td>
- <table width="100%" border="0" cellspacing="1" cellpadding="4">
- <form name="reg" action="/Reg.aspx" method="post" onsubmit="return validate(this)">
- <tr>
- <td width="22%" height="25" bgcolor="#15B4FF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
- <font color="#FF0000">用 户 名:</font> </td>
- <td width="75%" bgcolor="#F0F0F0">
- <input class="input" maxlength="20" size="16" name="UserName">
- <b><font color="#FF0000">*</font></b> 可以是数字或字母</td>
- </tr>
- <tr>
- <td height="25" bgcolor="#66CCFF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
- 用户密码: </td>
- <td bgcolor="#F0F0F0">
- <input class="input" type="password" maxlength="20" size="16" name="password">
- <b><font color="#FF0000">* </font></b>
- <font color="#000000">6-20个字符,易记但难猜破,这样较安全</font></td>
- </tr>
- <tr>
- <td height="25" bgcolor="#66CCFF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
- 确认密码: </td>
- <td bgcolor="#F0F0F0">
- <input class="input" type="password" maxlength="16" size="16" name="password2">
- <b><font color="#FF0000">*</font></b></td>
- </tr>
- <tr>
- <td height="25" bgcolor="#66CCFF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
- 电子信箱: </td>
- <td bgcolor="#F0F0F0">
- <input class="input" maxlength="50" size="20" name="Email">
- <b><font color="#FF0000">*</font></b> 填写正确的电子邮件格式</td>
- </tr>
- <tr>
- <td height="25" bgcolor="#66CCFF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle">
- 安全提示问题: </td>
- <td bgcolor="#F0F0F0">
- <input class="input" maxlength="20" size="20" name="Quesion">
- <b><font color="#FF0000">*</font></b> 最好填写您很常见的问题避免您忘记了</td>
- </tr>
- <tr>
- <td height="25" bgcolor="#66CCFF">
- <img src="/images/ic_table01.gif" width="12" height="7" align="absmiddle"> 安全答案: </td>
- <td bgcolor="#F0F0F0">
- <input class="input" maxlength="20" size="20" name="Answer">
- <b><font color="#FF0000">*</font></b> 填写您问题的答案</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="25"> </td>
- <td>
- <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">
- <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">
- </a></td>
- </tr>
- </form>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <script language="javascript">
- <!--
- function validate(theform) {
- if (theform.UserName.value=="" || theform.password.value==""|| theform.password2.value==""|| theform.Email.value==""|| theform.Quesion.value==""|| theform.Answer.value=="") {
- alert("请把带*号的栏目正确添加完之后再确定!");
- return false; }
- }
- //-->
- </script>
- </center></div>
- </body>
- </html>