Part of the netscape.javascript package included with Navigator 3.0
public void setMember(String name, Object value)
The name of the property to be set in the JSObject.
The value that the named property should be set to.
nothing
The setMember() method of the Java JSObject class sets the value of a named property of a JavaScript object from Java. The specified value may be any Java Object. Primitive Java values may not be passed to this method. In JavaScript, the specified value will be accessible as a JavaObject object.