HTMLInputElement.Type Property |
Gets or sets the type of this form control.
[VBScript] Public Property Type As String
[JScript] public function get Type() : String; public function set Type(String);
A string representing the type of this form control.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace