DOM:document.applets
From MDC
« Gecko DOM Reference
[edit] Summary
applets returns an ordered list of the applets within a document.
[edit] Syntax
nodeList = document.applets
[edit] Example
// ( When you know the second applet is the one you want )
my_java_app = document.applets[1];
[edit] Specification
DOM Level 2 HTML: applets