Ciao a tutti!
Nella mia home ho una pop up che si apre all'aperura della pagina(come quella di html.it)!
Questo è lo script che utilizzo:
codice:<SCRIPT language=JavaScript> var w = screen.width; var h = screen.height; var larghezza = 300 var altezza = 269 var x = Math.round(w / 2) - Math.round(larghezza / 2); var y = Math.round(h / 2) - Math.round(altezza / 2); newwindow=window.open ('album.html','name',' width=' + larghezza + ',height=' + altezza +',top=' + y + 'screenY=' + y +',left=' + x + ',screenX=' + x) window.opener=self </script>
Però ho un problema che in alcuni computer nn mi visualizza la pop up...forse perchè utilizzano browser nn aggiornati, ed a me servirebbe uno script che funzionasse su tutti..come poso fare?!
Grazie a tutti in anticipo per l'aiuto!![]()

)!


Rispondi quotando
