我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!
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. |