HTMLFormElement.Elements Property |
Gets a collection containing all elements in this form.
[VBScript] Public ReadOnly Property Elements As HTMLCollection
[JScript] public function get Elements() : HTMLCollection;
A HTMLCollection containing all elements in the form.
HTMLFormElement Object | HTMLFormElement Members | DOM Namespace