Document.applets

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

JavaScript
nodeList = document.applets 

Example

JavaScript
// ( 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.

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/document/applets

API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence