Are you trying to resize the current window using javascript? I searched google for a way to resize the current window but all I got was how to resize a window using Javascript when you click a link. If you have run into the same problem I have the simple solution for you. To resize the current window using javascript use this code in your header: The put this in the body tag: onLoad="window.resizeTo(myWidth, myHeight);" So the end result will look something like this: