Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/06/2003, 12:47
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 1 mes
Puntos: 38
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")+ 63));
 var 
nHeight parseInt(features.substr(features.indexOf("height")+ 73));
 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.