JSObject.setMember() Java Method
Name
JSObject.setMember() Java Method---set a property of a JavaScript object
Part of the netscape.javascript package
included with Navigator 3.0
Synopsis
public void setMember(String name, Object value)
- name
-
The name of the property to be set in the JSObject.
- value
-
The value that the named property should be set to.
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.
JSObject.removeMember()
JSObject.setSlot()
file: /Techref/language/java/script/definitive/refp_191.htm,
4KB, , updated: 2019年10月14日 16:00, local time: 2025年9月29日 15:06,
©2025 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://techref.massmind.org/techref/language/java/script/definitive/refp_191.htm"> [Chapter 21] Reference: JSObject.setMember()</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.