DekGenius.com
Team LiB   Previous Section   Next Section
JSObject.removeMember( ) delete a property of a JavaScript object

Availability

Netscape 3, Internet Explorer 4

Synopsis

public void removeMember(String name) 

Arguments

name

The name of the property to be deleted from the JSObject.

Description

The removeMember( ) method of the Java JSObject class deletes a named property from the JavaScript object represented by the JSObject.

    Team LiB   Previous Section   Next Section