Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/01/2007, 09:35
Avatar de hulray
hulray
 
Fecha de Ingreso: septiembre-2006
Mensajes: 630
Antigüedad: 18 años, 6 meses
Puntos: 3
Re: Crear Ventanas Independientes

Tengo este codigo, pero quiero que se abra automatico no haciendo click

Código PHP:
<a href="/ventana.htm" target="_blank" onClick="window.open(this.href, this.target, 'width=300,height=400'); return false;">Lanzar correctamente</a>