Returns whether Java is enabled.
dhtml语法
bEnabled = object.javaEnabled()
Return Value
Boolean. Returns one of the following possible values:
true | Java is enabled. |
false | Java is not enabled. |
是否符合公共标准
There is no public standard that applies to this method.
Applies To