HTML clause to be put in the <input> tag of a FORM. MAXLENGTH is the maximum number of chars that the editbox will accept. Eg.
<input type=text size=16 name=username maxlength=24 value="">
Creates a beautiful empty editbox that will not accept more than 24 characters as input.

Log in or register to write something here or to contact authors.