Ciao a tutti,
come mai su safari questa funzione non funziona?


Codice PHP:
<script type="text/javascript"
function 
PopupCentrata(dest_url) { 
    var 
620
    var 
400
    var 
Math.floor((screen.width-w)/2); 
    var 
Math.floor((screen.height-h)/2); 
    
window.open(dest_url"nome_finestra""width=" ",height=" ",top=" ",left=" ",scrollbars=yes"); 

</script> 
Ciao,
Larry