Hola seoista:
Con un return false en el enlace sería suficiente, aunque no es una forma que me parezca correcta...
Yo abriría una ventana en blanco y le pondría un target al enlace:
Código:
<head>
<script language="JavaScript>
function abrir()
{
window.open('','titulo_ventana','height=390,width=50,scrollbars=no,rezisable=no,left=120,top=115');
}
</script>
</head>
<body>
<a href="pagina.html" target="titulo_ventana" onclick=abrir();>POP UP</a>
</body>
Saludos