AvailabilityNetscape 3, Internet Explorer 4 Synopsispublic Object call(String methodName, Object args[]) Arguments
ReturnsA Java object that represents the return value of the JavaScript method. DescriptionThe call( ) method of the Java JSObject class invokes a named method of the JavaScript object represented by the JSObject. Arguments are passed to the method as an array of Java objects, and the return value of the JavaScript method is returned as a Java object. Chapter 22 describes the data conversion of the method arguments from Java objects to JavaScript values and the method return value from a JavaScript value to a Java object. |