ho questo codice che carica full1.htm, però non me la carica al centro dello schermo, come mai?
grazie

html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE> lool </TITLE>
<script language="JavaScript">
<!--

function full(){
window.open('full1.htm','','width='+screen.width+' ,height='+screen.height+'');

}


//-->
</script>
</head>
<body onLoad="full()">
</body>
</html>