Questo - inserito nella head - dovrebbe funzionare, ma è meglio se cerchi tu nella sezione 'scripting'.
<script language="JavaScript1.2">
<!--
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(window.screen.width,window.scr een.height);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<availHeight||top.window.ou terWidth<availWidth){
top.window.outerHeight = availHeight;
top.window.outerWidth = availWidth;
}
}
//-->
</script>