In a submit button i'm using onClick to call a function to check all check boxes
the check box are dynamic in nnumber like so:
How can i reference dynamic check boxs in the onClick,
this is what i have so far:
onClick="checkAll(document.form1)"
the check box are dynamic in nnumber like so:
Code:
<input type="checkbox" name="<%=RS2("id")%>" value="<%=RS2("id")%>">
How can i reference dynamic check boxs in the onClick,
this is what i have so far:
onClick="checkAll(document.form1)"