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.

document.applets

요약

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

문법

nodeList = document.applets 

예제

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

명세

DOM 레벨 2 HTML: applets

문서 태그 및 공헌자

태그: 
 이 페이지의 공헌자: hoony, fscholz, khalid32, teoli, pusanbear
 최종 변경: hoony,