Salve a tutti,
qualcuno sa perchè lo stesso script, che ho preso dalla guida di questo forum, funziona bene su Explorer e su mozilla no?
Grazie
MovieClip.prototype.apriPopupCentrata = function(nome, titolo, lar, alt, feat)
{
getURL("javascript:var x = Math.round((screen.width/2)-(" + lar + "/2));var y=((screen.height/2)-(" + alt + "/2));window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=' + x + ',left=' + x + ',screenY=' + y + ',top=' + y + '," + feat + "');void(0);");
};
apriPopupCentrata('http://miositoweb.php?' + _root.riga_variabili, 'FLASH', 400, 300, 'status=yes, toolbar=no');