I have a question about the javaEnabled() method. If you a user has disabled javascript in their browser, how can this method work? If javascript is disabled, this method should never get called, right?
javaEnabled() method
Started by Blue Indian, Sep 13 2010 02:45 PM
2 replies to this topic
#1
Posted 13 September 2010 - 02:45 PM
|
|
|
#2
Posted 13 September 2010 - 10:30 PM
If you're talking about navigator.javaEnabled(), or window.navigator.javaEnabled() Then it's not testing if JavaScript is enabled, but Java. There's quite a difference between the 2.
#3
Posted 20 September 2010 - 01:25 AM
Well as oxano pointed out
window.navigator.javaEnabled().is a test for Java to be enabled and for checking if java script is enabled there are probably 100's of ways both are different


Sign In
Create Account


Back to top









