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";
method pobiera/ustawia metodę HTTP używaną do wysłania formularza.
string = form.method form.method = string
document.forms["myform"].method = "post";