Easy Tutorial
❮ Event Onmousedown Prop Input Time Disabled ❯

Navigator javaEnabled() Method


Definition and Usage

The javaEnabled() method returns a Boolean value indicating whether the browser supports and has enabled Java. If it does, it returns true; otherwise, it returns false.

Syntax


Browser Support

All major browsers support the javaEnabled() method.


Example

The following example will return a Boolean value indicating whether the current browser has Java enabled:

Output:

❮ Event Onmousedown Prop Input Time Disabled ❯