Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2005, 08:59
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola bellacord

Intentalo así:

function launchRemote(url) {
myRemote = launch(url, "myRemote", "height=600,width=450,channelmode=0,dependent=0,di r ectories=0,fullscreen=0,location=0,menubar=0,resiz able=0,scrollbars=0,status=0,toolbar=0", "myWindow");
}

<a href="tupagina.html" onclick = "launchRemote(this.href); return false">Enlace</a>

Saludos,