--- title: HTMLFormElement.method slug: Web/API/HTMLFormElement/method translation_of: Web/API/HTMLFormElement/method ---
La propriété HTMLFormElement.method
représente la méthode HTTP utilisée pour soumettre un formulaire.
string = form.method form.method = string
document.forms["myform"].method = "post";