On 11/11/2006, at 4:49 AM, Mike at Green-Beast.com wrote:
the label should probably be the same as the name (and the ID, if
needed, may as well match too).
Disagree Mike, the name attribute on form controls is used server
side to process the form. Example: radios should/could have the same
name. Don't confuse it with the name attribute on other elements.
<!-- half a likert. Dropped the fieldset for brevity -->
<label for"q1-1"><input type="radio" name="q1" id="q1-1"> Strongly
Agree</label>
<label for"q1-2"><input type="radio" name="q1" id="q1-2"> Agree</label>
<label for"q1-3"><input type="radio" name="q1" id="q1-3"> Ambivalent</
label>
kind regards
Terrence Wood.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************