HTMLInputElement.Size Property |
Gets or sets the size information of the element.
[VBScript] Public Property Size As Integer
[JScript] public function get Size() : int; public function set Size(int);
A value representing the size information of the element. The precise meaning is specific to each type of field.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace