why is navigator.javaEnabled() returning false even if Enable Javascript is checked under tools ->options->content. How can I make it to return true. This happens only on Firefox 4
I following java script in my xhtml : In firefox 4.0.1 navigator.javaEnabled() always returns false even if Enable Javascript is checked under tools ->options->content. How can I make it to return true. Is there any other setting or plugins that I need to make it return true?Please advise. Thanks Mahesh
Izbrana rešitev
Ah, there is a difference between Java and JavaScript. You may need the latest Java plugin from Oracle.
http://www.java.com/en/download/testjava.jsp
More background: http://kb.mozillazine.org/Javascript_is_not_Java
Preberite ta odgovor v kontekstu 👍 0Vsi odgovori (2)
Izbrana rešitev
Ah, there is a difference between Java and JavaScript. You may need the latest Java plugin from Oracle.
http://www.java.com/en/download/testjava.jsp
More background: http://kb.mozillazine.org/Javascript_is_not_Java
Thanks for your help!. I installed the exe from the link and it works now.