Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/11/2004, 09:42
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 2 meses
Puntos: 38
Hola jgarcigo.

Prueba esto:

Código PHP:
<html>
 <
head>
  <
script language='javascript'>

   function 
autoclose(){
    
setTimeout('closeIt()'5000);
   }

   function 
closeIt(){
    
close();
   }

  
</script>
 </head>
 <body onload='autoclose()'>
  Buena suerte Jim...
 </body>
</html> 
Saludos.