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,