<LABEL ...>
<LABEL ...> : form element for which this is a labelFOR
<LABEL ...>moreinfo checkbox because the checkbox is within the <LABEL ...>
| this code | produces this |
<LABEL FOR="moreinfo"> send more information <INPUT NAME="moreinfo" TYPE=CHECKBOX ID="moreinfo"> </LABEL> |
The FORFORID in the form field that the label applies to.
You can also associate a <LABEL ...>FOR
Copyright 1997-2002 Idocs Inc.
