|
<P><a href="http://www.3lian.com/zl/2005/1-14/225840.html" target="_blank" ><FONT color=#00000c>文本自动滚屏</FONT></A>,i am using following code to make it scroll, it works ,however it is very fast...hwo knows how to make it slower..many thanks</P>
<P>function scrollit(){</P>
<P>for(I=0;I<=500;I++){</P>
<P>self.scroll(1,I)</P>
<P>}</P>
<P>}</P> |
|