AvailabilityNetscape 3, Internet Explorer 4 Synopsispublic Object getMember(String name) Arguments
ReturnsA Java object that contains the value of the named property of the specified JSObject. DescriptionThe getMember( ) method of the Java JSObject class reads and returns to Java the value of a named property of a JavaScript object. The return value may be another JSObject object or a Double, Boolean, or String object, but it is returned as a generic Object, which you must cast as necessary. |