Código PHP:
function abreVentana() {open("ventana.html","avVentana", "toolbar=no,directories=no,menubar=yes,scrollbars=yes,status=no,width=720,height=500"); }
Código PHP:
function abreVentana() {refiere=window.open("ventana.html","avVentana","width=720,height=500,scrollbars=0,toolbar=0,resizable=0,statusbar=0");
if(!refiere){alert("Debe deshabilitar el bloqueador de popups");}}