JavaScript Kit > JavaScript Reference > Here
Applet Object
Last updated: June 20th, 2004
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. |
Reference List
- JavaScript Operators
- JavaScript Statements
- Global functions
- JavaScript Events
- Escape Sequences
- Reserved Words
- Ajax (XMLHttpRequest)
- Anchor
- Applet
- Area
- Array
- Boolean
- Date
- Document
- Event
- Form
- Reset
- Frame
- Function
- History
- Image
- JSON object
- Link
- Location
- Math
- Navigator
- Number
- Object
- RegExp
- Screen
- String
- Style
- window
Partners
Right column