IE takes over entire screen
-
- SilverLounger
- Posts: 2330
- Joined: 28 Mar 2010, 01:49
IE takes over entire screen
Not quite sure what I did to trigger this, but sometimes when I open IE or a new tab it takes over the entire screen. Neither my address bar, navigation bar, toolbars, or even taskbar are visible. I don't know if this happened because I added a proxy server under Internet Options | Connections. How can I stop it??
Regards,
JMT
JMT
-
- 2StarLounger
- Posts: 142
- Joined: 20 Jan 2011, 19:54
- Location: Rochester, NY
Re: IE takes over entire screen
See if somehow the full screen button is depressed by pressing F11 (you may have to press the Fn key first to activate the Function keys) Let us know if this is the case.
Have a Great Day!
Ted
Sony Vaio Laptop, 2.53 MHz Duo Core Intel CPU, 4 GB RAM, 320 GB HD, Win 7 Ultimate 64 Bit
Ted
Sony Vaio Laptop, 2.53 MHz Duo Core Intel CPU, 4 GB RAM, 320 GB HD, Win 7 Ultimate 64 Bit
-
- SilverLounger
- Posts: 2330
- Joined: 28 Mar 2010, 01:49
Re: IE takes over entire screen
Yes, it was. So F11 can toggle on and off full screen mode? I never would have known ...
Regards,
JMT
JMT
-
- 2StarLounger
- Posts: 142
- Joined: 20 Jan 2011, 19:54
- Location: Rochester, NY
Re: IE takes over entire screen
Glad that solved your problem. Thanks for posting back with your results.
Have a Great Day!
Ted
Sony Vaio Laptop, 2.53 MHz Duo Core Intel CPU, 4 GB RAM, 320 GB HD, Win 7 Ultimate 64 Bit
Ted
Sony Vaio Laptop, 2.53 MHz Duo Core Intel CPU, 4 GB RAM, 320 GB HD, Win 7 Ultimate 64 Bit
-
- 2StarLounger
- Posts: 148
- Joined: 26 Dec 2010, 18:17
Re: IE takes over entire screen
It might be that those links are coded to open the page full screen. For example:
(In IE7, I can't seem to get rid of that window without closing it, using one of these: Ctrl+w or Ctrl+F4 or Alt+F4 or Alt+Spacebar menu)
Microsoft documentation on the fullscreen option for window.open: open Method (window, Window Constructor).
Code: Select all
<a href="http://eileenslounge.com/index.php" onclick="window.open(this.href,"_blank","fullscreen=yes"); return false;">Full Screen Lounge in a New Window</a>
Microsoft documentation on the fullscreen option for window.open: open Method (window, Window Constructor).