Gets a collection containing all OBJECT and APPLET elements.

[VBScript]
Public ReadOnly Property Applets As HTMLCollection
[JScript]
public function get Applets() : HTMLCollection;

Property Value

A HTMLCollection containing all matching elements.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace