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

📄 reg2.asp

📁 九酷网络个人主页系统破解版
💻 ASP
字号:
<%
if Request.Cookies("9cool_reg")<>"True" then WriteErrMsg("对不起,您还没有阅读服务条款!")
if Request.Cookies("9cool_username")<>empty then WriteErrMsg("对不起,您已经登录!")
%>
<script language="JavaScript" src="js/reg1.js"></script>
<!--#include file="top.asp"-->
<TABLE class=tableborder cellSpacing=0 cellPadding=0 width=778 align=center 
border=0>
  <TBODY>
    <TR>
      <TD bgColor=#efefef height=22>
        <TABLE cellSpacing=2 cellPadding=0 width="100%" border=0>
          <TBODY>
            <TR>
              <TD align=middle width="4%"><IMG height=13 
            src="images/class_ar.gif" width=13></TD>
              <TD width="74%">您当前的位置:<A href="<%=siteurl%>"><%=site%></A> -&gt; 会员注册</TD>
              <TD align=middle width="22%">&nbsp;</TD>
            </TR>
          </TBODY>
      </TABLE></TD>
    </TR>
    <TR>
      <TD bgColor=#d9d9d9 height=1></TD>
    </TR>
    <TR>
      <TD height=5></TD>
    </TR>
  </TBODY>
</TABLE>
<table width="778" height="350" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
  <tr>
    <td width="12" class=linebar>&nbsp;</td>
    <td valign="top"><table width="98%" border="0" align="center" cellpadding="6" cellspacing="0" class="tableborder">
      <form name="reg" action="reg3.asp" method="post" onSubmit="return check_input()">
        <tr bgcolor="#FFFFFF">
          <td colspan="2"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
            <TR>
              <TD width=150 bgColor=#AEC0EC><IMG height=18 src="" width=5><STRONG><SPAN class=clear>第二步:</SPAN></STRONG></TD>
              <TD width=1 rowSpan=2><IMG height=1 src="" width=1></TD>
              <TD bgColor=#e6e8ed><IMG height=15 src="" width=8> <font color="#FF0000">选择用户名、空间类型</font></TD>
            </TR>
            <TR>
              <TD bgColor=#416194><IMG height=1 src="" width=1></TD>
              <TD bgColor=#b7c1ce><IMG height=1 src="" width=1></TD>
            </TR>
          </TABLE>            </td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td width="26%" align="right">用户名:</td>
          <td width="74%" valign="top">
            <input name="username" type="text"size="12" maxlength="12">
            <font color="#FF0000">*</font>
            <input name="button" type="button"onClick="javascript:Check()" value="检测用户名" class=button>
            <iframe name="check" width="0" height="0"></iframe>
            (请使用3-12个英文字母或数字或-,可任意组合)
          </td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td align="right">空间类型:</td>
          <td bgcolor="#FFFFFF">
            <select name="groups">
              <option>请选择</option>
              <%
			  set rshost=conn.Execute("select * from [host]")
			  if rshost.eof and rshost.bof then Response.Write("<option value=''>还没有空间开放注册</option>")
			  do while not rshost.eof
			  %>
              <option value=<%=rshost("id")%>><%=rshost("name")%>-<%=rshost("space")%>M</option>
              <%
			  rshost.movenext
              loop
              rshost.close
set rshost=nothing
              %>
            </select>
            <font color="#FF0000">* </font>→<a href="#" onClick="javascript:viewhost()">按此查看所选空间详细参数</a></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td colspan="2" align="center"><hr size="1" noshade="noshade"></td>
        </tr>
        <tr bgcolor="#FFFFFF">
          <td colspan="2" align="center"><input name=submit type=submit value=下一步 class=button></td>
        </tr>
      </form>
    </table>    </td>
  </tr>
</table>
<!--#include file="links.asp"-->
<!--#include file="bottom.asp"--> 

⌨️ 快捷键说明

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