Gets a collection containing all elements in this form.

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

Property Value

A HTMLCollection containing all elements in the form.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace