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);

Property Value

A string representing the HTTP method used to submit form.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace