网页自动滚动

< script >  
<!--  
locate 
=   0
function  autoscroll() 
{
    
if  (locate  != 3000  ) 
    {
        locate
++ ;
        scroll(
0 ,locate); 
        clearTimeout(timer); 
        
var  timer  =  setTimeout( " autoscroll() " , 1 );
        timer;
    } 

-->  
< / script> 

 

使用:

<body onload="autoscroll()">

你可能感兴趣的:(网页)