Categories:

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

Right column

CopyRight (c) 2018 JavaScript Kit. NO PART may be reproduced without author's permission. Contact Info