Visit Mozilla.org

DOM:form.method

z Mozilla Developer Center, polskiego centrum programistów Mozilli.


« Dokumentacja Gecko DOM

Spis treści

[edytuj] Podsumowanie

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

[edytuj] Składnia

string = form.method
form.method = string

[edytuj] Przykład

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

[edytuj] Specyfikacja

DOM Level 2 HTML: method