![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Anthony Levensalor wrote: David Mark said: Best to use: document.forms['myform'].elements['owned_business'][0].checked Or: document.forms.myform.elements.owned_business[0].checked Why? The former adheres to the W3C DOM Level 2 HTML Specification while maintaining backwards compatibility to "DOM Level 0": http://www.w3.org/TR/DOM-Level-2-HTM...ml#ID-26809268 http://www.quirksmode.org/js/dom0.html http://docs.sun.com/source/816-6408-10/document.htm |
![]() |
| Thread Tools | |
| Display Modes | |
| |