AvailabilityNetscape 3, Internet Explorer 4 Synopsispublic void setSlot(int index, Object value) Arguments
DescriptionThe setSlot( ) method of the Java JSObject class sets the value of a numbered array element 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 is accessible as a JavaObject object. |