Document JavaScript Tutorial

Syntax

document.applets
    document.applets[index]
The applets property is an array that contains all the Applet objects from using the tag.
The applet property has one property, called length, which contains the number of Applet objects in the array.
The index number ranges from zero to length - 1.


    
    
    A