📄 man_radiook.asp
字号:
<%Response.Expires=0%>
<!--#INCLUDE FILE="function.asp" -->
<script language="jscript" runat="server">
function w(v)
{
v=escape(v)
return v
}
</script>
<script language="vbscript" runat="server">
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"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),16)<>true then Response.Redirect "err1.asp?kind=16"
word=Request.Form("word")
if word="" then Response.Redirect "err.asp?kind=72"
word=server.HTMLEncode(word)
word=w(word)
w1=info(0)
w2=CStr(time) & "|" & info(6)
w3="radio"
w4=word
w5=""
saveword w1,w2,w3,w4,w5
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>广播群发</title>
<style>
<!--
p { font-size: 10pt }
body { font-size: 10pt }
-->
</style>
</head>
<body oncontextmenu="self.event.returnValue=false" style="font-size: 10pt; border: 3px double buttonface" bgcolor="buttonface" topmargin="2" leftmargin="2" link="#0000FF" vlink="#0000FF" alink="#FF0000">
<fieldset style="padding: 2;">
<legend><img border="0" src="images/sys.gif">广播群发</legend>
<p style="font-size:10.5pt"> 已经成功地将广播发送给所有正在聊天室内的聊友。本窗口八秒钟后自动关闭。</p>
<br><br>
</fieldset>
<div align="center"><input type="submit" value="关闭窗口" id="B3" name="B3" onclick="JavaScript:window.close();"></div><div align="right"><a href="http://aspxer.com/go.aspx?action=nowchat" target="_blank"><font style="font-size: 8pt" color="#808080">NowChat 2.2 - Powered by 喳喳鸟</font></a></div>
<SCRIPT LANGUAGE="JAVASCRIPT">B3.focus();setTimeout("window.close()",5000);</SCRIPT>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -