Maximise Window Size

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
 
M

Mark Fitzpatrick

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top