JavaScript Navigator method: javaEnabled()
[this page | pdf | back links]
The javaEnabled() method (when applied to Navigator
objects in the JavaScript
BOM) indicates
whether the browser has Java enabled.
It
has the following syntax with no parameters. It returns true if the browser has Java enabled,
otherwise false.
navigator.javaEnabled()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)