Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/02/2009, 09:49
Usuarios466
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Abrir pop-up en index al cargar.

Hola, he encontrado por internet este código, y me funciona:

Código HTML:
<html>
<title>CodeAve.com(JavaScript New Window Onload)</title>
<head>
<script language="JavaScript">
<!-- 
function open_on_entrance(url,name)
{ 

new_window = window.open('http://www.yahoo.com','yahoocom', ' menubar,resizable,dependent,status,width=300,height=200,left=10,top=10')
}
// -->
</script>
</head>

<body onload="open_on_entrance()">
Your new window will open when this document loads 
</body>
</html> 
He probado el que tú me has recomendado, y no me funcionaba, no obstante, como digo, con el anterior que he citado, sí me va.
Gracias de todas formas.

Última edición por Usuarios466; 22/02/2012 a las 03:31