Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/06/2007, 02:32
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 10 meses
Puntos: 772
Re: Problema con window.open, por que? [object]

Hola Ramos Mejia

[code]
<a href="javascript:window.open('/imagen.gif'); return false">

Aunque sería más correcto ponerlo así:

Código:
<a href="/imagen.gif" onclick = "window.open(this.href); return false">
Saludos,