HTMLInputElement: formMethod property - Web APIs | MDN
Value
A string; "post", "get", "dialog", or "".
Examples
js
inputElement.formMethod = "post";
Specifications
| Specification |
|---|
| HTML # dom-fs-formmethod |
HTMLInputElement: formMethod property - Web APIs | MDN
A string; "post", "get", "dialog", or "".
js
inputElement.formMethod = "post";
| Specification |
|---|
| HTML # dom-fs-formmethod |