Document.applets

applets возвращает массив апплетов, находящихся в документе.

Примечание: The <applet> element was removed in Gecko 56 and Chrome in late 2015. Since then, calling document.applets in those browsers always returns an empty HTMLCollection. Removal is being considered in WebKitand Edge.

Синтаксис

nodeList = document.applets

Значение

Пример

// Когда вы точно знаете, что вам нужен 2й апплет
my_java_app = document.applets[1];

Спецификации

Specification
HTML Standard
# dom-document-applets

Браузерная поддержка

BCD tables only load in the browser