TOC PREV NEXT INDEX

domref



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 applets within the document.

Example

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

 

Notes

None.

Specification

applets
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX