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

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

Document Tags and Contributors

 Contributors to this page: teoli, ajaybhat, riginoommen, kscarfone, Sheppy, jswisher, Mgjbot, George3, Dria, JesseW
 Last updated by: teoli,