HTMLDocument.Images Property
Gets a collection containing all IMG elements.
[VBScript] Public ReadOnly Property Images As HTMLCollection
[JScript] public function get Images() : HTMLCollection;
A HTMLCollection containing all matching elements.
HTMLDocument Object | HTMLDocument Members | DOM Namespace