View Full Version : F11 feature
imranghani
06-09-2006, 07:30 AM
Dear all,
I simply wanted that whenever i access first page on my application in browser, it opens in fullview i.e what we achieve through F11 button.
thanks
Imran Ghani.
Unfortunately, your "simple" request is not simple at all :) There is no reliable, cross-browser method of achieving this. If you search the forums, you will find some discussions on using feature detection to attempt it.
djr33
06-09-2006, 08:26 PM
One idea would be to just use javascript like this:
<body onLoad="alert('Please hit F11 on your keyboard to view the page fullscreen.')">
You could even try to create a script that would detect if it is fullscreen, then alert the person if it isn't, annoying them til they made it fullscreen.
However, that would, as I said, annoy people, so not sure how good an option it is.
I agree; check the archieves, see how that works.
imranghani
06-19-2006, 11:38 AM
Hi Twey,
I don't want to get the cross browser functionality, i just wanted it for IE latest browsers.
Regards,
Imran Ghani
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp
I hope it's not important, then.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.