看不到
也下载不了
谁已经有的给我以份
谢谢[email protected]

解决方案 »

  1.   

    是啊, 我也要看一下, [email protected]
      

  2.   

    XMLHTTP在ie5下面可能就不能正常工作,还得下载安装xml解析器我写了一个聊天室速度很快(Apache+MySql+php+js),模拟的是server push方法,整个页面没有丝毫的刷新。聊天信息延时和名单更新速度都在1秒钟之内
      

  3.   

    我的聊天室比较省资源。
    今天停了一天的电,所以不可以访问,不好意思。
    现在能行了。
    如果想下载,请用这个地址
    http://aotianlong.go.nease.net/tlchat.rar
      

  4.   

    phplover(...) 能说说思路吗?server push怎么实现?aotianlong(傲天龙=初中没毕业) 的这个需要xmlhttp
      

  5.   


    Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 37Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 62Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 96Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 220出现这些错误是怎么回事啊
      

  6.   

    php不是使用变量不需要声明吗?
    第一次给变量赋值时他就会自动生成的啊
      

  7.   

    Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 37Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 62Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 96Notice: Undefined index: step in C:\Apache2\htdocs\tlchat\setup\index.php on line 220
    我的也是!
      

  8.   

    为什么$_GET["step"]会出现错误的呢?我晕了
      

  9.   

    OK了我用
    error_reporting (E_ERROR | E_WARNING | E_PARSE);
    解决了。
      

  10.   

    那是因为用了一个VBSCRIPT函数
    而且是一个必要的函数UTF8转GB2312的。
      

  11.   

    给我一份,谢谢[email protected]
      

  12.   

    楼主能否也让我分享一下[email protected]
      

  13.   

    我打开后发现木马--BAT/DVL.Crash.B木马,不知道是怎么回事
      

  14.   

    支持OpenSource,但是不知道这个xmlhttp是怎么会事....
    还有这个Server push又是什么东东,麻烦高手指点!
      

  15.   

    xmlhttp 是微软推出的基于activex的东西
    server push 是和 client pull 对应的东东。即服务器推,由服务器主动把信息推给客户端。