1ASP精品屋 此只为实现无刷新的JavaScript客户端所需要的相似技术
2具体要跟程序结合起来。 by 探索者
3~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'~~
4show.htm
5```
6<div id="div0" name="div0"></div>
7```
8```
9<div id="t11" name="t11"><table>
10<tr><td>测试</td></tr></table>
11</div>
12```
13```
14<script>
15
16function renewlook()
17{
18document.open();
19document.close();
20document.write("<HTML><HEAD><TITLE>聊天室</TITLE><style type=text/css>body, form, td, input,
21select, textarea {font: 9pt 宋体,Arial;}s</style></HEAD><body bgcolor=ffffff>");
22}
23function writeStr(tempStr)
24{
25document.write(tempStr);
26}
27
28t11.style.display="none";
29t11.style.display="block";
30//t11.onclick="window.close();document.write('dd');";
31writeStr("<font style='cursor:hand' onclick=t11.style.display='block';>显示</font>");
32</script>
33```
实现聊天室在线人员无刷新所需要的JavaScript技术 - 3
comments powered by Disqus