This may be off-topic, for which I apologize, but: In XHTML you're supposed to refer to form elements using id rather than name. Suppose I have a collection of radio buttons, though. Is it acceptable to give them all the same ID and then refer to them as an array using document.getElementById('formID').radioID? (It works...I just would like to know if it's how I'm supposed to do it.)

Thanks,
--Dave

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to