Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Deprecated since HTML5
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

applets returns an ordered list of the applets within a document.

Syntax

nodeList = document.applets 

Example

// ( When you know the second applet is the one you want ) 
my_java_app = document.applets[1];

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'Document.applets' in that specification.
Living Standard Obsoleted.
Document Object Model (DOM) Level 2 HTML Specification
The definition of 'Document.applets' in that specification.
Recommendation Initial definition.

Document Tags and Contributors

 Contributors to this page: cvrebert, teoli, SphinxKnight, kscarfone, Sheppy, ziyunfei, DR, George3, Jabez, Ptak82, Dria, JesseW
 Last updated by: cvrebert,