applets property
HTMLCollection
get
applets
The applets
property of the Document returns an empty
HTMLCollection. This property is kept only for compatibility reasons; in
older versions of browsers, it returned a list of the applets within a
document.
Note: Support for the
<applet>
element has been removed by all browsers. Therefore, callingdocument.applets
always returns an empty collection.
Implementation
external HTMLCollection get applets;