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

 
概要

document.applets はドキュメント内のアプレットの序列リストを返します。リストの各項目には添え字でアクセス可能です。

構文

nodeList = document.applets 

// ※ 2 番目のアプレットが取得したいアプレットであると分かっている場合のコード 
var my_java_app = document.applets[1];

仕様書

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, arunpandianp, ethertank
 最終更新者: arunpandianp,