navigator.javaEnabled always returns false in Mozilla/Opera

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Charles Crume

    #1

    navigator.javaEnabled always returns false in Mozilla/Opera

    Hello;

    I am trying to test changes to my site (made only on my local machine so
    far) in IE v6, Mozilla 1.6, and Opera 7.5.

    When I test "navigator.java Enabled in IE it corretly reports true/false
    depending on whether javascript is enabled.

    However, both Mozilla and Opera *always* return false. How can I properly
    test to see if javascript is enabled/disabled in these two browsers? (If you
    have a reference on the web, please point me to it as I've spent several
    hours trying to find what I need.)

    TIA.

    Charles...


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/04


  • Andrew Thompson

    #2
    Re: navigator.javaE nabled always returns false in Mozilla/Opera

    On Mon, 24 May 2004 07:28:35 GMT, Charles Crume wrote:
    [color=blue]
    > Hello;
    >
    > I am trying to test changes to my site (made only on my local machine so
    > far) in IE v6, Mozilla 1.6, and Opera 7.5.
    >
    > When I test "navigator.java Enabled in IE it corretly reports true/false
    > depending on whether javascript is enabled.[/color]

    Java and Javascript are different things
    ..javaEnabled == true means you the browser
    can run Java *applets*.

    This thread may help.
    <http://google.com/groups?th=5ce1b 9c27e6b11be>

    --
    Andrew Thompson
    http://www.PhySci.org/ Open-source software suite
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.1point1C.org/ Science & Technology

    Comment

    Working...