ciao raga,
ho questo script:
ma non ci sono le scrollbars...come lo modifico?codice:<script type="text/javascript"> <!-- function PopupFoto() { var w = 750; var h = 550; var l = Math.floor((screen.width-w)/2); var t = Math.floor((screen.height-h)/2); window.open("http://www.birikkino.com/misteri/nasa/popup_foto.asp","titolo","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l); } //--> </script>