Código PHP:
<head>
<script type="text/javascript">
function abrir_vent(){
//Centra dependiendo de la resolucion de la pantalla
left = screen.width / 2 - 940 / 2;
top = screen.height / 2 - 640 / 2;
//alert(id_map);
vent = window.open('simulador_ventas.php','vent','height=640,width=940,scrollbars=yes, resizable=yes, left= ' + left + ', top=' + top);
vent.focus();
}
</script>
</head>
<a href=# onClick="abrir_vent()" class="tituloesp">Simulador Ventas</a>
</body>
que estara pasando ???