Ciao ragazzi, cercando nel forum ho trovato questo javascript per centrare le popup, in base a qualsiasi risoluzione
[QUOTE<script type="text/javascript">
<!--
function PopupCentrata() {
var w = 550;
var h = 450;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("modulo.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
[/QUOTE]
Esiste la possibilità di far partire questo script in automatico all'apertura della pagina? :master: