I currently have populated checkboxes in my form. I would like to write script that by clicking on a parent checkbox it will automatically select the child checkboxes as well.
The current Script I have is only the parent with a name and populated value attached to it. I would like to attach child checkboxes for each checkbox that appears from code below.
Code:<input type="checkbox" name="price" value="<%Response.Write Recordset("price")%>"/>


Reply With Quote
Bookmarks