Tag: 长连接
js的comet各个浏览器封装lib
SimpleComet是一个轻量级的comet的封装类, 能智能的识别浏览器,应用不同的comet技术,在firefox浏览器上使用ajax,在IE、opera浏览器上使用htmlfile,iframe.
<script type="text/javascript">
// This function will be called every time the server pushes a new event.
function push(event) {
// For this example, we simply show the ex... [阅读全文]