Is there a way to tell if Window is maxmized on IE?

  • Thread starter gimme_this_gimme_that
  • Start date
G

gimme_this_gimme_that

I want to disable scrolling when a window is maximized on IE...

Is there a way to tell if the window is maximized?

Thanks.
 
R

Randy Webb

(e-mail address removed) said the following on 8/14/2006 9:04 PM:
I want to disable scrolling when a window is maximized on IE...

So, if my browser window is 1024x768 I don't get to scroll, but, if it
is 1024x767 or 1023x768 I get to scroll? How impressively intuitive.
Is there a way to tell if the window is maximized?

var windowIsMaximized = confirm('Is your window maximized?','No')

if (windowIsMaximized)
{
alert('This is annoying but the window is mazimized')
}

P.S. You should compare the size of a page window in IE7 versus IE6 on
the same resolution. They are not the same.
 

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

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top