From 4e9c7caf464a6bf3a2ebcce1e0d75e681c6b4d96 Mon Sep 17 00:00:00 2001 From: estelle Date: Tue, 8 Oct 2024 15:08:11 -0700 Subject: [PATCH] New pages: HTML
FormAction --- files/en-us/web/api/htmlbuttonelement/formaction/index.md | 2 +- files/en-us/web/api/htmlinputelement/formaction/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/htmlbuttonelement/formaction/index.md b/files/en-us/web/api/htmlbuttonelement/formaction/index.md index 98b7fad1de3ea2b..7c53ecf681f2289 100644 --- a/files/en-us/web/api/htmlbuttonelement/formaction/index.md +++ b/files/en-us/web/api/htmlbuttonelement/formaction/index.md @@ -35,5 +35,5 @@ btnEl.formAction = "/cgi-bin/publish"; - {{domxref("HTMLButtonElement.formEnctype")}} - {{domxref("HTMLButtonElement.formMethod")}} - {{domxref("HTMLButtonElement.formNoValidate")}} -- {{domxref("HTMLButtonElement.formTarge")}} +- {{domxref("HTMLButtonElement.formTarget")}} - [Sending form data](/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data) diff --git a/files/en-us/web/api/htmlinputelement/formaction/index.md b/files/en-us/web/api/htmlinputelement/formaction/index.md index 51f5be702390df5..da9a47107199f10 100644 --- a/files/en-us/web/api/htmlinputelement/formaction/index.md +++ b/files/en-us/web/api/htmlinputelement/formaction/index.md @@ -35,5 +35,5 @@ inputElement.formAction = "/cgi-bin/publish"; - {{domxref("HTMLInputElement.formEnctype")}} - {{domxref("HTMLInputElement.formMethod")}} - {{domxref("HTMLInputElement.formNoValidate")}} -- {{domxref("HTMLInputElement.formTarge")}} +- {{domxref("HTMLInputElement.formTarget")}} - [Sending form data](/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data)