Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2003, 09:08
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses
Puntos: 61
Hola andres!!!

Mira a ver si esto te sirve:
Código:
<html>
<head>

	<script>
	ventana=window.open("popunder.html","","width=200,height=300");
	ventana.blur();
	self.focus();
	
	</script>
</head>

<body>



</body>
</html>
Un saludo!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.