Hi,
I have a list of checkboxes. When the top most checkbox is checked, all the checkboxes below it will be checked as well, just like what has in mail in yahoo. The checkboxes below the topmost is dynamically generated from record. I need a few pointers from the group members on how to get the dynamic generated checkboxes name. Thank you.
code snippets for checkbox:
<input type="checkbox" name="stud<%=studNo%>" value="<%=RS("ID")%>
rgrds,
Necta
I have a list of checkboxes. When the top most checkbox is checked, all the checkboxes below it will be checked as well, just like what has in mail in yahoo. The checkboxes below the topmost is dynamically generated from record. I need a few pointers from the group members on how to get the dynamic generated checkboxes name. Thank you.
code snippets for checkbox:
<input type="checkbox" name="stud<%=studNo%>" value="<%=RS("ID")%>
rgrds,
Necta