 
			
				22/04/2003, 11:08
			
			
			     |  
        |     |    |    Fecha de Ingreso: noviembre-2002  Ubicación: D.F.  
						Mensajes: 290
					  Antigüedad: 23 años Puntos: 0     |        |  
  |      Re: Re: no me realiza lo que quiero        Prueba Asi:   
function continuar() { 
	clearInterval(pausa); 
	_root.gotoAndPlay(_currentframe+1); 
	getURL("fconsulta2.html", "_self"); 
} 
pausa = setInterval(continuar, 5000);              |