El 18 de Julio 2008
Mira este código y adaptalo a tu página web:
<html>
<head>
<script language="javascript">
function abrirVentana()
{
window.open("http://www.google.com","","titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=320,height=240");
}
</script>
</head>
<body>
<A HREF="javascript:abrirVentana()">Abrir Ventana Pop Up</A>
</body>
</html>