如何实现聊天室的自动滚屏?

如何实现聊天室的自动滚屏?
我用window.scroll(0,65000)可是滚动条先跑到最低下,然后有上来一小块,使得最低下的一行字总是少一脚,请问怎么解决,谢谢
---------------------------------------------------------------

//-------------------写滚屏代码--------------------------------
function writescroll(scroll_height)
{
parent.mainFrame.document.writeln("

1<script language="JavaScript">window.scrollBy( 0, "+scroll_height+" )</script>

");
}
//调用
writescroll(600);

Published At
Categories with Web编程
Tagged with
comments powered by Disqus