Also der Code:
<html>
<head>
<title>Test</title>
</head>
<body text="#000000" bgcolor="#E0E0FF" onload="window.resizeTo(550,500)">
agdjagdjagdjagds
</body>
</html>
veraendert bei mir die Groesse des IE Fensters und auch des Mozillas, wenn ich bei dem das "Resize" erlaube.
Die einzige Einschraenkung, die ich gefunden habe:
Exceeding any of the boundaries of the screen (to hide some or all of a window) requires signed JavaScript, so a window won't move past the screen boundaries. In addition, windows have an enforced minimum size of 100 x 100 pixels; resizing a window to be smaller than this minimum requires signed JavaScript. You need the UniversalBrowserWrite privilege for this. For information on security, see the Client-Side JavaScript Guide.
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1203300