Hola suntus.
Revisa el
FAQ-65.
Saludos.
------------------------------- Nota posterior -------------------------------
Oops...me acabo de dar cuenta de que tu popup no es tu popup...es de MacroMedia...espera que te hago algo que se ajuste mejor a tu caso...
Saludos.
Combinando ambas cosas tenemos:
Código PHP:
function MM_openBrWindow(theURL,winName,features) { //v1.2
var nWidth = parseInt(features.substr(features.indexOf("width")+ 6, 3));
var nHeight = parseInt(features.substr(features.indexOf("height")+ 7, 3));
var iz=(screen.width-nWidth) / 2;
var tp=(screen.height-nHeight) / 2;
features += ",left=" + String(iz) + ",top=" + String(tp)
window.open(theURL,winName,features);
}
Pruébalo a ver...
Saludos.