Team LiB   Previous Section   Next Section
Applet Client-side JavaScript 1.1

a Java applet

Synopsis

document.applets[i]
document.applets[appletName]
document.appletName

Properties & Methods

The properties and methods of an Applet object are the same as the public fields and methods of the Java applet it represents. JavaScript code can query and set the Java fields and invoke the Java methods of the applet.

    Team LiB   Previous Section   Next Section