HTMLInputElement.MaxLength Property |
Gets or sets the maximum number of characters for text fields.
[VBScript] Public Property MaxLength As Integer
[JScript] public function get MaxLength() : int; public function set MaxLength(int);
A value representing the maximum number of characters for text fields.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace