resize window

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

resize window

Post by gurjit »

hi all,

i want to onload resize the parent window to full size displaying the toolbar.
TheBentinel.com
Forum Contributor
Posts: 282
Joined: Wed Mar 10, 2004 1:52 pm
Location: Columbus, Ohio

Re: resize window

Post by TheBentinel.com »

gurjit wrote:hi all,

i want to onload resize the parent window to full size displaying the toolbar.
I don't know about the toolbar, I doubt you can add that after the fact, but there's a windowHandle.resizeTo() function that will let you resize the window.

There might be a way to tell the resolution of the user's screen and so guess at a reasonable size. I don't know what it is, though. Sorry.

A good resource for javascript is http://developer.irt.org/script/script.htm
Post Reply