TOC PREV NEXT INDEX

Put your logo here!


applets


applets returns an ordered list of the applets within a document.

Syntax

app_list = document.applets 

Parameters

app_list is a nodeList of the appletes within the document.

Example

// ( When you know the second applet is the one 
// you want ) 
my_java_app = document.applets[1]; 
 

Notes

None.

Specification

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX