--- title: HTMLFormElement.method slug: Web/API/HTMLFormElement/method translation_of: Web/API/HTMLFormElement/method ---
{{APIRef("HTML DOM")}}

La propriété HTMLFormElement.method représente la méthode HTTP utilisée pour soumettre un formulaire.

Syntaxe

string = form.method
form.method = string

Exemple

document.forms["myform"].method = "post";

Spécification

HTML 5, Section 4.10.19.6, Form submission

DOM Level 2 HTML: method