📄 index.asp
字号:
<!--#INCLUDE FILE="inc_config.asp" -->
<html>
<head>
<title><%=r_title%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body { font-size: 10.4pt ;}
td { font-size: 10.4pt ;}
.normal { <%=m_button%> ; font-size: 10.4pt}
.over { <%=m_buttonover%> ; font-size: 10.4pt}
.down { <%=m_buttondown%> ; font-size: 10.4pt}
-->
</style>
</head>
<body bgcolor="<%=m_bg%>" text="<%=m_text%>">
<br>
<font class=3dfont size=2>
<hr width="780" align="center">
</font><br>
<table width="770" border="0" align="center" height="10">
<tr>
<td width="543"> <font class=3dfont size=2>9810主机公司:<a href="http://www.lxrx.tk"style="Text-Decoration:none"; Font mily:impact >首页</a>-><font color="#FF0033">聊天室</font></font></td>
<td width="227">
<p align="right"><font color="#33CC33"> <font class=3dfont size=2>今天日期<font color="#000000">
<script language="JavaScript">
function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}
var WeekArray = new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
var MonthArray = new initArray("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var LastModDate = new Date(document.lastModified);
document.write(LastModDate.getYear()+00,"年,");
document.write(MonthArray[(LastModDate.getMonth()+1)]," ");
document.write(LastModDate.getDate()+"日,");
document.write(WeekArray[(LastModDate.getDay()+1)]);
</script>
</font> </font> </font>
</td>
</tr>
</table>
<br>
<br>
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="<%=m_bg1%>">
<td height="3"></td>
</tr>
<tr bgcolor="<%=m_bg2%>" align="center">
<form action="CHAT.asp" method="POST">
<td><br><%=r_title%><br><br>
在线:<select name="towho">
<%
for i=1 to 100
if application("user"&i)<>"" then response.write "<option>" & application("user"&i) & "</option>"
next
%>
<option>--------------</option>
</select>
<br>呢称:<input type="text" name="l_username" size="16" value="<% =request.cookies("cookiesname") %>">
<br>密码:<input type="password" name="l_password" size="16">
<% if r_showlogintype = 1 then %>
<br>进入方式:<select size="1" name="l_logintype" style="font-size:9pt">
<option value="" selected>随机进入</option>
<option value="1">骑马而来</option>
<option value="2">开车而来</option>
<option value="3">坐轿进去</option>
<option value="4">散步进去</option>
<option value="5">跑步进去</option>
<option value="6">架云而来</option>
<option value="7">慢慢爬进</option>
<option value="8">偷偷遛进</option>
</select>
<% end if %>
<br><br>
<input type="submit" value="进入" class="normal" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'">
<input type="button" value="注册" class="normal" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="top.location='regsiter.asp'">
<input type="button" value="排行" class="normal" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="javascript:window.open('rate.asp','user_rate','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=362')">
<input type="button" value="帮助" class="normal" onmouseover="this.className='over'" onmousedown="this.className='down'" onmouseout="this.className='normal'" onclick="javascript:window.open('help.asp','user_help','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=550,height=515')">
<br><br><br>
</td>
</form>
</tr>
<tr bgcolor="<%=m_bg1%>">
<td height="3"></td>
</tr>
</table>
<br>
<table width="780" border="0" align="center">
<tr>
<td>
<div align="center"><font class=3dfont size=2> </font></div>
<font class=3dfont size=2>
<hr width="780" align="center">
<div align="center"><font class=3dfont size=2>Copyright © 2001 <a href="http://www.lxrx.tk" target="_blank">http://www.lxrx.tk</a>.
All Rights Reserved</font> </div>
</font></td>
</tr>
<tr>
<td>
<div align="center">邮箱地址:<a href=kliyi@163.com">kliyi@163.com</a>聊天室版本:花儿2.0聊天室
oicq:17704090 版权归属:9810主机公司,制作人--花儿不在网上</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -