Skip to content

Commit

Permalink
New pages: HTML<form>FormAction
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Oct 8, 2024
1 parent 0846d9a commit 4e9c7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlbuttonelement/formaction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlinputelement/formaction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4e9c7ca

Please sign in to comment.