Auto Window Resizer
Auto Window Resizer
Description:
Use this code to automatically resize a window to a specified Width,Height.
For example, you can automatically resize a window to 700,500 (like this window
did upon entry).
Directions:
Add the onLoad code to the BODY tag of the document you would like to
resize. Use the 'Grab Text' buttons to select the code within the adjacent
textarea. Then use Control-C or Edit -> Copy to buffer the text for pasting into
your document.
Example: <body onLoad="resizeTo(0,0);">
Note: The first 0 in (0,0) is for the width and the second 0 is for the height.