HTMLFormElement.Method Property |
Gets or sets the HTTP method used to submit form.
[VBScript] Public Property Method As String
[JScript] public function get Method() : String; public function set Method(String);
A string representing the HTTP method used to submit form.
HTMLFormElement Object | HTMLFormElement Members | DOM Namespace