Language References
Sets or retrieves the size of the control.
Inline |
<element SIZE = intSize...> |
Script |
object.size = intSize ] |
The property is read/write with no default value.
When applied to an INPUT object, this attribute tells the browser the initial width of the control. The width is given in pixels except when the INPUT type is text or password. In these cases, its value refers to the number of characters.
When applied to a SELECT object, it represents a list box with the specified number of rows.
INPUT, SELECT
maxLength