Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
MAX
Again, this is a required attribute for the TEXT and PASSWORD attributes. When
used in conjunction with the TEXT and PASSWORD attributes, it defines the
maximum number of characters that can be entered into the defined field. It makes
little sense for the MAX value to be smaller than the SIZE value. The value of MAX
can be greater than the value of SIZE.
CHECKED
This is an optional attribute for the RADIO and CHECKBOX input types. If
defined, then the resulting button (radio or checkbox) will be selected. By their
nature, at least one radio button, in any given set, should be CHECKED.
Otherwise, the set of buttons should be checkboxes instead.
Examples:
<INPUT TYPE="text" NAME="textField" VALUE="This is a simple text field"
SIZE=65 MAX=65>
<INPUT TYPE="password" NAME="passwordField" VALUE="watermellon"
SIZE=65 MAX=65>
<INPUT TYPE="hidden" NAME="hiddenElement" VALUE="Here is the hidden
value">
<INPUT TYPE="checkbox" NAME="checkboxButtons" VALUE="bananas">
<INPUT TYPE="checkbox" NAME="checkboxButtons" VALUE="apples"
CHECKED>
Summary :
MAX Again, this is a required attribute for the TEXT and PASSWORD attributes. When used in conjunction with the TEXT and PASSWORD attributes, it defines the maximum number of characters that can be entered into the defined field.
Tags :
ltinput,alue,max,text,radio,size65,size,max65gt,defined,attributes,checkbox,button,attribute