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.

Relawan kami belum menerjemahkan artikel ini ke dalam Bahasa Indonesia . Bergabunglah dan bantu kami menyelesaikan pekerjaan ini!

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.

Tag Dokumen dan Kontributor

 Kontributor untuk laman ini: cvrebert, teoli, SphinxKnight, kscarfone, Sheppy, ziyunfei, DR, George3, Jabez, Ptak82, Dria, JesseW
 Terakhir diperbarui oleh: cvrebert,