Results 1 - 10 of 10

HTMLFormElement.acceptCharset

The HTMLFormElement.acceptCharset property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.encoding

The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM HTMLFormElement object.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsContent NeedsSpecTable Property Reference Référence

HTMLFormElement.enctype

The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server. Possible values are:
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.method

The HTMLFormElement.method represents the HTTP method used to submit the form.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.name

The HTMLFormElement.name property represents the name of the current form element as a string.
API HTML DOM HTMLFormElement NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.reset()

The HTMLFormElement.reset() method restores a form element's default values. This method does the same thing as clicking the form's reset button.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.submit()

The HTMLFormElement.submit() method submits the form. This method does something similar to activating a submit button of the form.
API HTML DOM HTMLFormElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLFormElement.target

The HTMLFormElement.target property represents the target of the action (i.e., the frame to render its output in).
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.length

The HTMLFormElement.length read-only property returns the number of controls in the <form> element.
API HTML DOM HTMLFormElement NeedsCompatTable NeedsSpecTable Property Read-only Reference Référence