Gets a collection containing all FORM elements.

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

Property Value

A HTMLCollection containing all matching elements.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace