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