adjust.asp
来自「聊天室源码呵呵你好用~~~~~~2.0版本」· ASP 代码 · 共 57 行
ASP
57 行
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
if Session("a_c_user_name")="" then
Response.write "<b>[操作失败]</b><p>您尚未登录(或已经超时退出),不能进行此操作!"
Response.end
end if%><html>
<head>
<title><%=Application("a_c_chatroom_name")%>功能说明</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type='text/css'>
<!--
.p9 {line-height: 150%; font-size: 9pt;}
.p12 {line-height: 150%; font-size: 12pt;}
body {line-height: 150%;font-size : 12pt;}
A {text-decoration: none;}
A:Hover {text-decoration : none;}
a:visited { color: #0000FF}
-->
</style>
<script language="javaScript">
function load()
{var name=navigator.appName
var vers=navigator.appVersion
if(name=="Netscape")
{window.location.reload()
}else
{history.go(0)
}}</script>
</head>
<body bgcolor="FFFFFF">
<h1 align="center"><font color="0099FF">【活动人数】</font></h1>
<hr noshade size="1" color=009900>
<form method="post" action="">
<div align="center">
<input type="button" value="刷新" onClick=load() style="font-size:12pt" name="button">
</div>
</form>
<p><b>[功能说明]</b></p>
<blockquote>
<p>当聊天室出现不可预测的错误时,可能会导致显示的活动人数与实际活动人数不符,此时可用此功能来调整活动人数的值。</p>
<p>当前活动人数为:<b><font color="#FF0000"><%=Application("a_c_user_active")%></font></b>
人</p>
<p><font color="#FF0000">注意:此功能只有站长才能执行。</font></p>
<%if Session("a_c_user_level")>=10 then%>
<form method="post" action="adjustok.asp" name="">
将活动人数设为:
<input type="text" name="ua" size="3" style="font-size:12pt" value="<%=Application("a_c_user_active")%>">
人
<input type="submit" name="Submit" value="更改" style="font-size:12pt">
</form>
<%end if%>
</blockquote>
<hr noshade size="1" color=009900>
<div align="center" class="p9"><script src="use.asp"></script> <script src="sn.asp"></script><br><script src="copyright.asp"></script></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?