Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTMLFormElement.method

 

Podsumowanie

method pobiera/ustawia metodę HTTP używaną do wysłania formularza.

Składnia

string = form.method
form.method =
string

Przykład

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

Specyfikacja

DOM Level 2 HTML: method

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, Hasilt, drry, Ptak82, Internauta1024A
 Ostatnia aktualizacja: teoli,