Results 1 to 10 of 10

Thread: Detecting Browser Settings

  1. #1
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Detecting Browser Settings

    Hi All,

    Is there any way to detect certain browser settings such as "user datapersistence", "disable script debugging", found under Tools -> Internet Options -> Advanced Tab on IE in Java.


    I have also posted this topic in Javascript thread.
    See it here.


    Thanks in Advance.

    Regards,
    Ars

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

    Default

    It's certainly possible. However, it would most likely require signing the applet. There's probably a better way to do whatever you want to achieve.
    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
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks,

    Can you please explain me how to do that?

    Looking forward to hear from you.

    Regards,
    Ars

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

    Default

    You'd have to find where the settings were stored in Windows and read them. Of course, it would fail if the user was using an operating system other than Windows, or a different browser other than IE.

    I'm still waiting to hear what you're hoping to do.
    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!

  5. #5
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks,

    For running my Application over web, users have to set these requirements on their browsers. So here, i want that, before logging on to my app my application will check all these requirement of the user's browser and provide a suggestion to user to set these up.

    Please let me know, if it is clear to you.

    Any response would be highly appreciated.

    Regards,
    Ars

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

    Default

    What happens if they're using another browser? Or another OS?
    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!

  7. #7
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    My Application only works on IE 6.0 or onwards with 128 bit SSL, platform independent.

    If the user browser isn't IE 6.0 or onwards, then it will warn user to use IE.

    like for all the properties.

    but, there are not any platform constraint !!

    Reagrds,
    Ars

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

    Default

    but, there are not any platform constraint !!
    Er, well yes, there is. IE6 runs (natively) only on Windows NT and onwards. You need to rewrite your application to adhere to the standards more closely so it works with other browsers. If you want this much control over the execution environment, write a native program: that isn't what the Web is about.
    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!

  9. #9
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry

    Quote Originally Posted by Twey View Post
    Er, well yes, there is. IE6 runs (natively) only on Windows NT and onwards. You need to rewrite your application to adhere to the standards more closely so it works with other browsers. If you want this much control over the execution environment, write a native program: that isn't what the Web is about.
    Am also facing the above mentioned problem.
    I want to enable some & disable some options in the advanced tab of IE.
    So please give me a clear picture about where can I find the configuration file ?
    If possible please provide the file name. I have searched a lot in the Windows folder.
    Last edited by CSELVA; 09-02-2008 at 12:23 PM.

  10. #10
    Join Date
    Sep 2008
    Location
    London or Slovakia
    Posts
    27
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Quote Originally Posted by CSELVA View Post
    Am also facing the above mentioned problem.
    I want to enable some & disable some options in the advanced tab of IE.
    So please give me a clear picture about where can I find the configuration file ?
    If possible please provide the file name. I have searched a lot in the Windows folder.
    If I got across such thing I will immediately leave or stop processing further as I have no guarantee that you not trying to run malicious content on my pc. Either way world is not any more about IE dominance (day to day IE user number are going down I seen it on my web site) and you have to support other technologies or your business will have no success.

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
  •