August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
In JavaScript, applets embedded in HTML Web pages are represented by the Applet object. This object, which is created with each instance of the <applet> tag in a document, allows access to the public fields and methods of the applet through JavaScript properties and methods. Table 7.2 lists the properties and methods used by the Applet object.
| Type | Description |
|---|---|
| Property | All the public fields in a Java applet are accessed as properties of the Applet object in JavaScript. |
| Method | All the public methods in a Java applet are accessed as methods of the Applet object in JavaScript. ... |
Read now
Unlock full access