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

📄 main2.htm

📁 Net-Sky ChatServer不同于其他的用PHP
💻 HTM
字号:
<script>
var list;
var autos;
var count;
autos=1;
function write()
{
if(this.l.document==null)return;this.l.document.open();
this.l.document.writeln("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
this.l.document.writeln("<style type=text/css>");
this.l.document.writeln("<!--");
this.l.document.writeln(".p9 {  font-size: 9pt}");
this.l.document.writeln("a:visited {  color: #0000FF; text-decoration: none}");
this.l.document.writeln("a:link {  color: #0000FF; text-decoration: none}");
this.l.document.writeln("a:hover {  color: #FF0000}");
this.l.document.writeln("-->");
this.l.document.writeln("</style>");
this.l.document.writeln("</head><body bgcolor=#CECEFF>");
this.l.document.writeln("<p class='p9'>")
this.l.document.writeln("<font color=#ff0000><big>%s</big></font>");
this.l.document.writeln('<br>[在线人数 <font color=red>'+count+'</font>]<br>')
this.l.document.writeln("[<a href=\"javascript:parent.cs('所有人')\">所有人</a>]<br>");
	for(var i=1;i<list.length;i++)
	if(list[i]!=null)this.l.document.writeln("[<a target=t href=\"javascript:parent.cs('"+list[i]+"')\" >"+list[i]+"</a>]<br>");
this.l.document.writeln('<hr></body></html>');
this.l.document.close();
}
function scrollWindow2( ){
if(autos==1)	
	this.f.scroll(0, 65000);
	setTimeout('scrollWindow2()',200);
	
}
function cs(name)
{
	this.t.document.form1.t.value=name;
	this.t.document.form1.ss1.focus();
	return;
}
</script>
</head>
<title>%s</title>
<frameset cols="*,150" rows="*" border="1" framespacing="1">
  <frameset rows="*,60,0" cols="*"  >
    <frameset rows="50,*" > 
    <frame src="http://www.net-sky.com:9890/" name="ad" frameborder="NO" marginwidth="0" marginheight="0"  noresize>
    <frameset rows="50%,*" cols="*" >
    <frame src="/d?u=%s&pass=NULL" name="d">
    <frame src="about:blank" name="f"  ></frameset>
    </frameset>
    <frame src="/B?u=%s&pass=NULL&f=1" name="t" frameborder="NO" noresize>
    <frame src="about:blank" name="b">
  </frameset>
  <frame src="about:blank"  name="l" noresize>
</frameset>
<noframes><body onLoad="write()" bgcolor="#FFFFFF">
</body></noframes>
</html>

⌨️ 快捷键说明

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