Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
The HTMLFormElement.method
represents the HTTP method used to submit the form.
Syntax
string = form.method form.method = string
Example
document.forms["myform"].method = "post";