HTMLFormElement.action

The HTMLFormElement.action property represents the action of the <form> element.

The action of a form is the program that is executed on the server when the form is submitted. This property can be retrieved or set.

Syntax

JavaScript
string = form.action
form.action = string

Example

form.action = "/cgi-bin/publish";

Specification

HTML 5, Section 4.10.19.6, Form submission

DOM Level 2 HTML: action

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/htmlformelement/action

API Forms HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsUpdate Property Reference Référence