Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFormElement.action

Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo

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

Etiquetas y colaboradores del documento

 Colaboradores en esta página: teoli, ajaybhat, riginoommen, kscarfone, Sheppy, jswisher, Mgjbot, George3, Dria, JesseW
 Última actualización por: teoli,