From 0846d9aa9b1784a01b6bbb4ccf109e1c2afecf21 Mon Sep 17 00:00:00 2001 From: estelle Date: Tue, 8 Oct 2024 15:06:22 -0700 Subject: [PATCH 1/5] New pages: HTML
FormAction --- .../api/htmlbuttonelement/formaction/index.md | 39 +++++++++++++++++++ .../api/htmlinputelement/formaction/index.md | 39 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 files/en-us/web/api/htmlbuttonelement/formaction/index.md create mode 100644 files/en-us/web/api/htmlinputelement/formaction/index.md 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..98b7fad1de3ea2b --- /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 represents the form action of the {{HTMLElement("button")}} element. The form action is the URL of the program that is executed on the server when the form is submitted. It reflects the value of the `