document.applets
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
applets document 내의 정렬된 애플릿 목록을 리턴합니다.
nodeList = document.applets;
// ( 여러분이 원하는 두 번째 애플릿을 알고 있을 때 )
my_java_app = document.applets[1];
| Specification |
|---|
| HTML> # dom-document-applets> |