ciao!
mi serverebbe che in qst pop-up:
------------------------------------
<head>
<script type="text/javascript">
<!--
function PopupForum() {
var w = 800;
var h = 600;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("http://www.birikkino.com/forum","titolo","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
</head>
<body>
Forum
</body>
------------------------------------
si veda la barra di scorrimento verticale...cosa devo aggiungere al codice qui sopra?![]()