November 2001
Intermediate to advanced
936 pages
68h 43m
English
JSObject.toString( ) — return the string value of a JavaScript object
Netscape 3, Internet Explorer 4
public String toString( )
The string returned by invoking the toString( )
method of the JavaScript object represented by the specified Java
JSObject.
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.