
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
Netscape Communications
http://developer.netscape.com
|