method method gets/sets the HTTP method used to submit the form. Syntax meth = form.method form.method = meth Parameters meth is a string. Example document.forms["myform"].method = "POST"; Notes None. Specification method
method gets/sets the HTTP method used to submit the form.
meth = form.method form.method = meth
meth is a string.
document.forms["myform"].method = "POST";
None.
method