Forum Moderators: open
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Untitled</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
window.onload=function(){
var scr_wd=screen.availWidth;
var scr_ht=screen.availHeight;
if(scr_wd+scr_ht<1401){
window.moveTo(screen.availLeft,screen.availTop);
window.resizeTo(scr_wd,scr_ht);
}
}
</script>
</head>
<body>
</body>
</html>
Rather than forcing the window size, you should look at creating a more fluid layout for your site.
They didn't mind because they expected it; outsiders were never going to see it.
Though yes, I too tend to close a browser window when it takes over my whole screen. Especially when I'm browsing from work.