Forum Moderators: open
<html>
<head>
<title>test resize</title>
<script type="text/javascript">
window.resizeTo(400,400);
</script>
</head>
<body>
</body>
</html>
Personally I think this is a bit too restrictive since web-based apps should be able to control windows ... but as long as I can still control the popups I open I guess it's OK.