Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2006, 11:49
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola MAPY2101996. Bienvenido al foro.

Prueba este código:
Código PHP:
<html>
<
head>
<
script type="text/javascript">
var 
ventana;
function 
abrir() {
  
ventana window.open('tupagina.html');
  
setTimeout('ventana.close()',3000);
}
</script>
</head>
<body onload = "setTimeout('abrir()',3000)">
</body>
</html> 
Saludos,