The HTMLFormElement.method
represents the HTTP method used to submit the form.
SyntaxEdit
string = form.method
form.method = string
ExampleEdit
document.forms["myform"].method = "post";
The HTMLFormElement.method
represents the HTTP method used to submit the form.
string = form.method
form.method = string
document.forms["myform"].method = "post";