DekGenius.com
Team LiB   Previous Section   Next Section
JSObject.toString( ) return the string value of a JavaScript object

Availability

Netscape 3, Internet Explorer 4

Synopsis

public String toString(  ) 

Returns

The string returned by invoking the toString( ) method of the JavaScript object represented by the specified Java JSObject.

Description

The toString( ) method of the Java JSObject class invokes the JavaScript toString( ) method of the JavaScript object represented by a JSObject and returns the result of that method.

    Team LiB   Previous Section   Next Section