Part of the netscape.javascript package included with Navigator 3.0
public Object getMember(String name)
The name of the property to be read.
A Java Object that contains the value of the named property of the specified JSObject.
The 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 is returned as a generic Object, which you must cast as necessary.
file: /Techref/language/java/script/definitive/refp_187.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 10:56,
18.226.187.132: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_187.htm"> [Chapter 21] Reference: JSObject.getMember()</A> |
Did you find what you needed? |