Is there a method to invoke the maximize browser function without using moveTo(0,0) and resizeTo(screen.availWidth,screen.availHeight)
IE. Something along the lines of window.maximize
I am looking for this because when you use resizeTo, the browser isn't maximized, merely resized to the screen height and width.
Ideally, I would like the method to work with IE and NS from versions 4 up.
Thankyou for your assistance.
IE. Something along the lines of window.maximize
I am looking for this because when you use resizeTo, the browser isn't maximized, merely resized to the screen height and width.
Ideally, I would like the method to work with IE and NS from versions 4 up.
Thankyou for your assistance.