Part of the netscape.javascript package included with Navigator 3.0
public Object call(String methodName, Object args[])
The name of the JavaScript method to be invoked.
An array of Java object to be passed as arguments to the method.
A Java Object that represents the return value of the JavaScript method.
The 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 19, LiveConnect: JavaScript and Java describes the data conversion performed to convert the method arguments from Java objects to JavaScript values and to convert the method return value from a JavaScript value to a Java object.
file: /Techref/language/java/script/definitive/refp_185.htm, 5KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 10:08,
3.143.203.56:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_185.htm"> [Chapter 21] Reference: JSObject.call()</A> |
Did you find what you needed? |