Results 1 to 5 of 5

Thread: F11 feature

  1. #1
    Join Date
    Jun 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default F11 feature

    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.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    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.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jun 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Twey,
    I don't want to get the cross browser functionality, i just wanted it for IE latest browsers.

    Regards,
    Imran Ghani

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •