This behavior inserts a script into your file that will resize the current browser window according to a width and height you specify. Be aware, when using the behavior, that it is not supported by Netscape 3; that browser will ignore the script. Also be aware that different browsers interpret window size differently.
Width: The "width" text entry field sets the desired width of the window. Enter a positive integer not larger than 2000; this will be the window's width in pixels. If you set an invalid value, the behavior will enter "300" as your width.
Height: The "height" text entry field sets the desired height of the window. Enter a positive integer not larger than 2000; this will be the window's height in pixels. If you set an invalid value, the behavior will enter "300" as your height. Height can be interpreted differently in different browsers -- be sure to check your results in all desired browsers.
This behavior can be used with any desired event handler. If you attach it to the <body> tag with an onLoad event handler, the page will resize the browser window as soon as it loads.