聊天室技术(四)-- 显示_PHP

WBOY
Release: 2016-06-01 12:34:19
Original
1118 people have browsed it
现在的www聊天室基本全部采用框架方式,可以用frame也可以用iframe看个人喜欢了,我的采用frame的传统方式

 

print("n");
print("n");

//主显示屏幕,负责显示聊天内容
print("n");


//在线人数屏幕
print("");
print("n");

//发送信息的屏幕,信息指挥中心,所有指令都要由这里发出
print("n");

//被动更新屏幕,处理发送的信息
print("n");

/主动更新屏幕,显示自己和其他聊友的聊天信息
print("n");

//检测是否在线的屏幕,对于异常离开,如死机,掉线等的处理
print("n");
print("n");

因为各个页面之间的程序有联系,所以显示顺序很重要,可以看到,我这里只有发送页面不是about:blank,其他页面的显示都要先通过发送页面的调用才能开始.

原作者:howtodo
来源:php2000.com

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template