window.navigator.javaEnabled()
This method indicates whether the current browser is Java-enabled or not.
Syntax
bool = window.navigator.javaEnabled
Parameters
Example
Notes
The return value for this method indicates whether the preference that controls Java is on or off-not whether the browser offers Java support in general.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |