HTMLFormElement : HTMLElement
Forms contain HTMLInputElements and send the user input to the server. See also FormData.
Instance Indexers
Returns the element in the form with the specified name
. The returned value will be of the type HTMLInputElement, HTMLImageElement, or NodeList. NodeList is returned if name
used on radio input elements.
Example:
RunResults:
Instance Events
Copyright © JavaScripture Contributors