Ciao a tutti,
come mai su safari questa funzione non funziona?
Ciao,Codice PHP:
<script type="text/javascript">
function PopupCentrata(dest_url) {
var w = 620;
var h = 400;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open(dest_url, "nome_finestra", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
}
</script>
Larry