handling input array names
Posted: Tue Mar 14, 2006 9:07 am
hello,
i didnt really know how to term this issue so please excuse me...
i have several checkboxes all id as
i didnt really know how to term this issue so please excuse me...
i have several checkboxes all id as
Code: Select all
<input type="checkbox" id="region[]" name="region[]" />KendallHow does javascript access an element with id like that?