Form.method (Property)

The method of submission for the form object.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-myForm.method
HTML syntax:<FORM METHOD="...">

This value corresponds to the METHOD="..." tag attribute in the <FORM> tag that represents this form object.

Warnings: