Is there any javascript to maximise the browser window when the page loads?
| SitePoint Sponsor |
Is there any javascript to maximise the browser window when the page loads?
Fast Fwd Multimedia
Web, IT & Cloud Computing Consultancy
Currently looking for web freelancers. Get in touch!

Code:<body onLoad="foo();">Code:function foo() { w = screen.availWidth; h = screen.availHeight; window.moveTo(0, 0); window.resizeTo(w, h); }
okay, thats great, thanks!
will it work on all browsers?
Fast Fwd Multimedia
Web, IT & Cloud Computing Consultancy
Currently looking for web freelancers. Get in touch!
Bookmarks