ma dove sto sbagliando nella mi totale ignoranza
grazie
codice:<a href="javascript:popup('http://xxxxxxxxx.html');">testo a piacere</a>
codice:<script> // popup centrato function popup(str) { var w = 800; var h = 250; var l = Math.floor((screen.width-w)/2); var t = Math.floor((screen.height-h)/2); finestra=window.open(str,'popup','','width=' + w + ',height='+ h + ',top=' + t + ',left=' + l+',scrollbars=yes,menubar=no,toolbar=no,status=no'); } </script>

Rispondi quotando

, grazie
