實現聊天室線上人員無重新整理所需要的javascript技術

來源:互聯網
上載者:User
聊天室|重新整理|無重新整理|線上 實現聊天室線上人員無重新整理所需要的JavaScript技術 - 1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
ASP精品屋 此只為實現無重新整理的JavaScript用戶端所需要的相似技術
具體要跟程式結合起來。 by 探索者
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'~~
index.htm
<script>

function renewlook()
{
list.document.open();
list.document.close();
list.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)
{
list.document.write(tempStr);
}
</script>
<FRAMESET ROWS="*,60" FRAMEBORDER="0" BORDER="false">
<frameset cols="*,102" frameborder="auto" border="0" framespacing="0">
<FRAME SRC="show.htm" scrolling="auto" name=list>
<frame name="rightFrame" scrolling="AUTO" noresize src="about:blank">
</frameset>
<frameset cols="0,1*" frameborder="NO" border="0" framespacing="0">
<frame cols="0,0" name="hiddenframe" scrolling="NO" noresize src="about:blank">
<FRAME SRC="o.htm" SCROLLING="no" name=talk>
<frame cols="0,0" name="frshow" scrolling="NO" noresize src="about:blank">
</frameset>
</frameset><noframes>
</noframes>



實現聊天室線上人員無重新整理所需要的JavaScript技術 - 2


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
ASP精品屋 此只為實現無重新整理的JavaScript用戶端所需要的相似技術
具體要跟程式結合起來。 by 探索者
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'~~
o.htm

<script>
var n;
n=2;
top.renewlook();
top.writeStr("<div id=div0 name=div0>dkeoo3</div><div id=div1 name=div1>222222222</div>");
//opener.t11.innerHTML="<font onclick=javascript:opener.writeStr('ddds');>ddd</font>";
top.writeStr('寫1');
top.writeStr('寫2');
top.writeStr('寫3');
var i=0;
function showsss()
{
//top.list.eval('div' + i).style.display='block';
eval("top.list."+"div"+i+".style.display='block';");
i=i+1
if (i>=n)
{
i=0;
top.list.div0.style.display='none';
}
else
{
eval("top.list."+"div"+i+".style.display='none';");
}
setTimeout("showsss();",900);
}
showsss();
</script>
<font onclick="javascript:top.writeStr('<div name=div'+n+' id=div'+n+'>'+n+'</div>');n=n+1;">
ddd
</font>
<font color=ff0000 onclick="top.list.div5.style.display='none';">o.htm</font>
<font color=ff0000 onclick="top.list.div5.style.display='block';">o.htm</font>
dddddddddddddddddd





實現聊天室線上人員無重新整理所需要的JavaScript技術 - 3


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
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>



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.