INPUT elements provide a syntactic framework for a grab bag of
form elements. The INPUT element takes the following attributes:
- NAME --- The name of the field. Mandatory.
- TYPE --- The type of field. Mandatory. This can be:
- ALIGN --- For type IMAGE only. Specifies image alignment:
- CHECKED --- For type checkbox or radiobutton only.
Indicates that the element is turned on by default.
- MAXLENGTH --- For type text or password only.
Specifies bytes in character buffer to accept the text value.
- SIZE --- For type text or password only.
Specifies size of field in bytes.
- SRC --- For type image only (mandatory). Specifies URL for
the image.
- VALUE --- Specifies initial value of the input element, or for checkboxes
and radio buttons the field value if the field is checked/selected. This is
mandatory for type radio.
Follow the links for each TYPE of INPUT element for more details.
Webmaster: ross@ross.net
Linkhere: Click here to find out how to link here.
Copyright: Copyright © Ross N. Williams 1995-1996. All rights reserved.