JavaEnabled Property (.NET)

 

Type: Boolean

 

Returns True if the browser is set to allow Java to run if Java is available on the user's machine, False otherwise.

 

Note: Use of this property requires the Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("JavaEnabled");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

JavaEnabled: <% Response.Write(extBrow.JavaEnabled); %>

</html>

 

See Also:

JavaVersion Property (.NET)

JavaVendor Property (.NET)

MSJVMBuild Property (.NET)

Plugin_JavaVer Property (.NET)

JavaAppletsProperty (.NET)