基于HTTP长连接的服务器推技术的php 简易聊天室
首先是首页,包含一个文本输入和一个显示聊天内容的iframe,还有一个隐藏iframe用来提交form表单: 复制代码 代码如下: <?php //chat.php header(‘cache-control: private’); header(‘Content-Type: text/html; charset=utf-8’); ?> <html> [removed] function submitChat(obj) { obj.submit(); document.getElementsByName(‘content’)[0].value = ”
下载地址
用户评论