FORM
elements share all of the properties and methods of other HTML elements described in the element section.
This interface provides methods to create and modify FORM
elements using the DOM.
Reflects the
accept-charset
HTML attribute, containing a list of character encodings that the server accepts.
Reflects the
action
HTML attribute, containing the URI of a program that processes the information submitted by the form.
Reflects the
autocomplete
HTML attribute, containing a string that indicates whether the controls in this form can have their values automatically populated by the browser.
Reflects the
enctype
HTML attribute, indicating the type of content that is used to transmit the form to the server. Only specified values can be set.
Reflects the
method
HTML attribute, indicating the HTTP method used to submit the form. Only specified values can be set.
Reflects the
name
HTML attribute, containing the name of the form.
Reflects the
novalidate
HTML attribute, indicating that the form should not be validated.
Reflects the
target
HTML attribute, indicating where to display the results received from submitting the form.