HTMLInputElement: formMethod property - Web APIs | MDN

Value

A string; "post", "get", "dialog", or "".

Examples

js

inputElement.formMethod = "post";

Specifications

Specification
HTML
# dom-fs-formmethod

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.