document.applets

지원이 중단되었습니다: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

요약

applets document 내의 정렬된 애플릿 목록을 리턴합니다.

문법

js
nodeList = document.applets;

예제

js
// ( 여러분이 원하는 두 번째 애플릿을 알고 있을 때 )
my_java_app = document.applets[1];

명세서

Specification
HTML Standard
# dom-document-applets

브라우저 호환성

BCD tables only load in the browser