HTMLInputElement: formAction property - Web APIs | MDN
Value
A string. The URL for form submission.
Examples
js
inputElement.formAction = "/cgi-bin/publish";
Specifications
| Specification |
|---|
| HTML # dom-fs-formaction |
HTMLInputElement: formAction property - Web APIs | MDN
A string. The URL for form submission.
js
inputElement.formAction = "/cgi-bin/publish";
| Specification |
|---|
| HTML # dom-fs-formaction |