Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/01/2003, 15:21
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Hola medinauta,

tocando un poco el script de Yanix....

Código PHP:
<script language=JavaScript>
var 
i=0
function scrollit(){ 
        if (
i<=500) {         
         
parent.scroll(1,i
         
i++
         
pepe=window.setTimeout("scrollit()" ,150)
        }
}     
scrollit()                                            
</script> 
saludos a ambos