⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reg_new.asp

📁 5237 论坛.rar
💻 ASP
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/TimeFormat.asp" -->
<!--#include file="Inc/UBBCode.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<%
State="注册新用户"
%>
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>" onload="System()">
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
  <tr> 
    <td height="20" bgcolor="<%=Forum_ColorList_BgColor%>"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
        <tr> 
          <td>&nbsp;您所在的位置: <a href="../" onFocus="this.blur()">首页</a> &gt;&gt; 
            <a href="List.asp" onFocus="this.blur()">讨论组</a> &gt;&gt; <font color="<%=Forum_ColorList_NavFontColor%>">注册新用户</font></td>
          <td width="150"></td>
          <td width="18"> 
            <div align="center"></div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td height=1></td>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
  <tr bgcolor="<%=Forum_ColorList_BgColor%>"> 
    <form name="form1" method="post" action="RegAction.asp" onsubmit="return vdf('UserID','登录帐号','R','NickName','昵称','R','Pass','密码','Rpwd:ConPass','Oicq','OICQ','Rnum','Email','电子信箱','Rmail','From','来自','R','Personality','个性签名','R','PWidth','自定义头像宽度','NinRange0:125','PHeight','自定义头像高度','NinRange0:125');">
      <td bgcolor="<%=Forum_ColorList_BgColor%>" height="344" valign="top" id=left> <br>
        <table width="92%" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font">
          <tr bgcolor="<%=Forum_ColorList_TitleColor%>"> 
            <td colspan="2" height="20"> 
              <div align="center">请输入基本信息,带<font color="<%=Forum_ColorList_PFontColor%>">*</font>的为必填项目</div>
            </td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">登录帐号</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="UserID" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> (登录时使用)</td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">社区昵称</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="NickName" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> </td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">性  别</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="radio" name="Sex" value="0" checked>
              <input type="radio" name="Sex" value="1">
              <input type="radio" name="Sex" value="2">
              保密</td>
          </tr>
          <tr> 
            <td height="37" bgcolor="<%=Forum_ColorList_AlternateColor1%>" valign="middle"> 
              <div align="center">头  像</div>
            </td>
            <td height="37" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="radio" name="UserFace" value="Default" onFocus="this.blur()" checked onClick="System()">
              默认头像
              <input type="hidden" name="PFace2" value="无">
              <input type="hidden" name="PWidth2" value="0">
              <input type="hidden" name="PHeight2" value="0">
              <input type="hidden" name="Face2" value="Images/Face/Image152.gif">
              <br>
              <img id=face src="Images/Face/Image152.gif" alt=个人形象代表 align="absmiddle"> 
              <select name=Face size=1 onChange="document.images['face'].src=options[selectedIndex].value;" style="BACKGROUND-COLOR: <%=Forum_Css_Textfiled1_BackGroundColor%>; BORDER-BOTTOM: 1px double; BORDER-LEFT: 1px double; BORDER-RIGHT: 1px double; BORDER-TOP: 1px double; COLOR:<%=Forum_Css_Textfiled1_FontColor%>">
                <%
				For I=1 To 160
				Response.Write "<option value='Images/Face/Image"&I&".gif'"
				If I=152 Then Response.Write " selected"
				Response.Write ">Image"&I&"</option>"
				Next
				%>
              </select>
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> 新增125-160,35个头像.  [<a href="javascript:openScript('Face.asp',420,450)" onFocus="this.blur()">查看所有头像列表</a>] 
              <br>
              <input type="radio" name="UserFace" value="UserDo" onFocus="this.blur()" onClick="UserDo()">
              自定义头像<br>
              自定义头像路径: 
              <input type="text" name="PFace" size="30" class="Textfiled" value="无">
              宽: 
              <input type="text" name="PWidth" size="6" class="Textfiled" value="0">
              高: 
              <input type="text" name="PHeight" size="6" class="Textfiled" value="0">
               限制125*125 </td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">出生年月</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <select name="BirthYear" size="1" class="Textfiled">
                <%
				For I=1960 To 2002
				Response.Write "<option value='"&I&"'"
				If I=1981 Then Response.Write " selected"
				Response.Write ">"&I&"</option>"
				Next
				%>
              </select>
              <select name="BirthMonth" size="1" class="Textfiled">
                <%
				For I=1 To 13
				Response.Write "<option value='"&I&"'"
				If I=6 Then Response.Write " selected"
				Response.Write ">"&I&"</option>"
				Next
				%>
              </select>
              <select name="BirthDay" size="1" class="Textfiled">
                <%
				For I=1 To 32
				Response.Write "<option value='"&I&"'"
				If I=30 Then Response.Write " selected"
				Response.Write ">"&I&"</option>"
				Next
				%>
              </select>
              日<font color="<%=Forum_ColorList_PFontColor%>"> *</font></td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">密  码</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="password" name="Pass" class="Textfiled" value="">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> 密码大于5位.</td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">确认密码</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="password" name="ConPass" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> </td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">O I C Q</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="Oicq" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> 不会没有吧?</td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">电子信箱</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="Email" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> </td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">个人主页</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="HomePage" class="Textfiled" value="http://">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> 没有保持http://不变.</td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">来  自</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <input type="text" name="From" class="Textfiled">
              <font color="<%=Forum_ColorList_PFontColor%>">*</font> 不会来自埃塞俄比亚吧.</td>
          </tr>
          <tr> 
            <td width="20%" height="18" bgcolor="<%=Forum_ColorList_AlternateColor1%>"> 
              <div align="center">个性签名</div>
            </td>
            <td height="18" bgcolor="<%=Forum_ColorList_AlternateColor2%>"> 
              <textarea name=Personality rows=5 wrap=PHYSICAL cols=50 style="BACKGROUND-COLOR:<%=Forum_Css_Textfiled1_BackGroundColor%>; BORDER-BOTTOM: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>;BORDER-LEFT: 1px inset SOLID <%=Forum_ColorList_BorderColor%>; BORDER-RIGHT: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>; BORDER-TOP: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>; COLOR: <%=Forum_Css_Textfiled1_FontColor%>">这人很懒,什么都没留下</textarea>
              支持UBB代码.</td>
          </tr>
        </table>
        <div align="center"><br>
          <input type="submit" name="Submit" value="马上提交" class="Button_None" onFocus="this.blur()">
          <input type="hidden" name="IP" value="<%= Request.ServerVariables("REMOTE_ADDR") %>">
          <input type="hidden" name="RegTime" value="<%=Now() %>">
          <br>
          <br>
        </div>
      </td>
    </form>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td height=1></td>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="1" align="center" id=online bgcolor="<%=Forum_ColorList_BorderColor%>">
  <tr> 
    <td valign="top" bgcolor="<%=Forum_ColorList_OnlineColor%>"> 
      <!--#include file="Inc/Online.asp" -->
    </td>
  </tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -