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

📄 reg.asp

📁 基于ASP开发的聊天室源码
💻 ASP
字号:
<%Response.Expires=0
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "Pragma","No-Cache"
Response.AddHeader "Cache-Control","Private"
Response.CacheControl = "No-Cache"
if Session("user")="" then Response.Redirect "err.asp?kind=10"%>
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=zzbird_chatroomname%></title>
<style>
<!--
table        { font-size: 10pt }
body         { font-size: 10pt;color:<%=zzbird_chattext%>;}
-->
</style>
</head>
<body bgcolor="#000000">
<form method="POST" action="regok.asp" name="regedit">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber1" height="100%" bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>" <%end if%>>
<tr>
<td width="36%">
<div align="right">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%" id="AutoNumber2" height="298" bordercolor="#FFFFFF">
<tr>
<td width="100%" height="16" bgcolor="#000000" align="center">首次登陆确认密码</td>
</tr>
<tr>
<td width="88%" height="266" bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>" <%end if%> align="center">
<p>
确认密码:<input type="password" name="pass" size="12" maxlength="13" style="border-style: inset; border-width: 1"></p>
<p>
<input type="checkbox" name="C1" value="ON" onclick="javascript:if(this.checked){reg.style.visibility='visible'}else{reg.style.visibility='hidden'}">
我要填写详细资料</p>
<p>
<input type="submit" value=" 确 认 " name="intochat" style="border-style: outset; border-width: 1">
<input type="reset" value=" 重 填 " style="border-style: outset; border-width: 1"></p>
<p>
系统自动删除30天未使用的帐号</p>
<input type="hidden" name="fp" value="<%=Request("fp")%>">
<input type="hidden" name="ico" value="<%=Request("ico")%>">
<input type="hidden" name="sex" value="<%=Request("sex")%>">
<input type="hidden" name="rooms" value="<%=Request("room")%>">
</td>
</tr>
</table>
</div>
</td>
<td width="64%" align="center">
<div id="reg" style="visibility:hidden">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber3">
  <tr>
<td width="25%" align="center">〖一级信息&nbsp; 联系方法〗<p>电子邮箱<br>
<input type="text" name="email" size="20"></p>
<p>OICQ号码<br>
<input type="text" name="oicq" size="20"></p>
<p>ICQ号码<br>
<input type="text" name="icq" size="20"><p>个人主页<br>
<input type="text" name="home" size="20"><p>电话/传呼<br>
<input type="text" name="phone" size="20"></td>
<td width="25%" align="center">〖二级信息&nbsp; 个人资料〗<p>真实姓名<br>
<input type="text" name="tname" size="20"></p>
<p>邮政编码<br>
<input type="text" name="yb" size="20"></p>
<p>所在地<br>
<input type="text" name="place" size="20"></p>
<p>出生日期<br>
<select size="1" name="byear">
<option selected value="----">----</option>
<%for i=1950 to 2000%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>年<select size="1" name="bmonth">
<option selected value="--">--</option>
<%for i=1 to 12%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>月<select size="1" name="bday">
<option selected value="--">--</option>
<%for i=1 to 31%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>日</p>
<p>从事职业<br>
<input type="text" name="job" size="20"></td>
  </tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="right" bgcolor="#000000"><a href="http://aspxer.com/go.aspx?action=nowchat" target="_blank"><font style="font-size:8.5pt" color="#EAEAEA">NowChat 2.2 - Powered by 喳喳鸟</font></a></td>
</tr>
</table>
</center>
</div>
</form>
<Script Language="JavaScript">
self.resizeTo(screen.availWidth,screen.availHeight);
</Script>
</body>
</html>

⌨️ 快捷键说明

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