HTMLDocument.Applets Property |
Gets a collection containing all OBJECT and APPLET elements.
[VBScript] Public ReadOnly Property Applets As HTMLCollection
[JScript] public function get Applets() : HTMLCollection;
A HTMLCollection containing all matching elements.