Maximise Window Size

  • Thread starter Thread starter John Calder
  • Start date Start date
J

John Calder

Hi

I run WinXP and Frontpage 2003

Is there some code I can use that will force my web page to maximize the IE
window when it is open?

If there is, where would I put it?


Thanks


John
 
You can't really do this without using javascript to open pages in a new
browser window. You can't really test to determine whether a browser is
maximized or not, so you would simply have a script on your default main
page that would spawn a second main page in a brand new full screen browser.
It's tricky and tends to piss off most people though because if their
browser is not maximized, they don't want someone forcing them to maximize
it. It's considered really bad manners.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 
Back
Top