Applet Object
To access a Java applet on the page in JavaScript, use the syntax:
document.appletName
document.applets[i] //where i is the position of the applet within the page
Properties
Properties |
Description |
|
The Applet object inherits all public
properties of the Java applet in question. |
Methods
Methods |
Description |
|
The Applet object inherits all public
methods of the Java applet in question. |