欢迎光临
我们一直在努力

实现聊天室在线人员无刷新所需要的javascript技术 – 3_asp技巧

建站超值云服务器,限时71元/月

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~“`
ASP精品屋 此只为实现无刷新的JavaScript客户端所需要的相似技术
具体要跟程序结合起来。 by 探索者
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
show.htm

<div name=div0 id=div0></div>
<div name=t11 id=t11><table>
<tr><td>测试</td></tr></table>
</div>
<script>

    function renewlook()
    {
        document.open();
        document.close();
        document.write("<HTML><HEAD><TITLE>聊天室</TITLE><style type=text/css>body, form, td, input,
select, textarea {font: 9pt 宋体,Arial;}s</style></HEAD><body bgcolor=ffffff>");
    }
    function writeStr(tempStr)
    {
        document.write(tempStr);
    }

t11.style.display="none";
t11.style.display="block";
//t11.onclick="window.close();document.write(dd);";
writeStr("<font style=cursor:hand onclick=t11.style.display=block;>显示</font>");
</script>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 实现聊天室在线人员无刷新所需要的javascript技术 – 3_asp技巧
分享到: 更多 (0)