diff --git a/files/en-us/web/api/htmlbuttonelement/formaction/index.md b/files/en-us/web/api/htmlbuttonelement/formaction/index.md new file mode 100644 index 000000000000000..b954d5c6c3e6738 --- /dev/null +++ b/files/en-us/web/api/htmlbuttonelement/formaction/index.md @@ -0,0 +1,39 @@ +--- +title: "HTMLButtonElement: formAction property" +short-title: formAction +slug: Web/API/HTMLButtonElement/formAction +page-type: web-api-instance-property +browser-compat: api.HTMLButtonElement.formAction +--- + +{{APIRef("HTML DOM")}} + +The **`formAction`** property of the {{domxref("HTMLButtonElement")}} interface is the URL of the program that is executed on the server when the form that owns this control is submitted. It reflects the value of the `