Interessante, Nemo75!
Con questo forse usciremo fuori topic...
Guarda qui:
codice:
<html>
<head>
<title>jslab</title>
<script language="javascript" type="text/javascript">
<!--
function wcenter() {
var x = Math.round(screen.width/3);
var y = Math.round(screen.height/3);
window.resize(x,y);
window.moveTo(x,y);
}
//-->
</script>
</head>

<body>
Resize window: <input type="button" value="center window" onclick="wcenter();">
</body>
</html>
Non lavora né con MSIE, né con FF. Sai dirmi qualcosa?