程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> ASP編程 >> ASP技巧 >> 實現聊天室在線人員無刷新所需要的JavaScript技術 - 3

實現聊天室在線人員無刷新所需要的JavaScript技術 - 3

編輯:ASP技巧

<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>
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved