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

📄 roomotherinfo.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 not IsArray(Session("info")) then Response.Redirect "err1.asp?kind=01"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
id=int(Request("id"))
roominfo=application("roominfo")
for j=0 to ubound(roominfo)
if int(roominfo(j,0))=id then
roomname=roominfo(j,1)
max=roominfo(j,2)
automan=roominfo(j,3)
mingrade=roominfo(j,4)
text=roominfo(j,5)
exit for
end if
next
%>
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>房间信息</title>
<style>
<!--
a:active     { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:link       { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:visited    { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a            { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
body{SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow}
body         { font-size: 9pt; color: <%=zzbird_chattext%> }
.but         { border-style: ridge; border-width: 1; background-color: 
              <%=zzbird_butbg%> ;color: <%=zzbird_buttext%>;CURSOR: hand; }

-->
</style>
</head>
<body bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>"<%end if%> text="<%=zzbird_chattext%>" style="font-size: 10pt" topmargin="6" leftmargin="6">
<div class="bird">
<div align="center">房间[<%=roomname%>]信息</div>
<hr><br><br>
&nbsp;&nbsp;&nbsp; 房 间 名 称 :<%=roomname%><br>
&nbsp;&nbsp;&nbsp; 最大同时在线:<%=max%><br>
&nbsp;&nbsp;&nbsp; 最低进入级别:<%=mingrade%><br>
&nbsp;&nbsp;&nbsp; 陪聊机器人名:<%=automan%><br>
&nbsp;&nbsp;&nbsp; 房 间 简 介 :<p align="center"><%=text%></p>
<p> </p>
<div align="center"><input type="button" value="关闭窗口" class="but" onclick="window.close()"></div>
</div>
<div align="right"><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></div>
</body></html>

⌨️ 快捷键说明

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