HTMLTextAreaElement.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.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace