ciao a tutti!!
in questo java
codice:
<script language="JavaScript" type="text/JavaScript">
<!--
function openMaximized1(){
	
		w=screen.width-10;
	h=screen.height-28;//56
	variabile=window.open("pagine/ita/index.shtml","","top=0,left=0,width="+w+",height="+h);
}


function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
dove devo scrivere e cosa per avere la scrollbar auto???
grazie!