Gets or sets the form control or object name when submitted with a form.

[VBScript]
Public Property Name As String
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

A string representing the form control or object name.

See Also

HTMLButtonElement Object | HTMLButtonElement Members | DOM Namespace