Hi,
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a "Total Textbox" on the form.
The end result would be the zone information populating the zone field in my database and the calculated total of the zones picked populating the total field in my database.
I have seen a number of hard coded examples of this in Javascript, but none where the information is dynamically generated.
Thanks for any help,
Jay
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a "Total Textbox" on the form.
The end result would be the zone information populating the zone field in my database and the calculated total of the zones picked populating the total field in my database.
I have seen a number of hard coded examples of this in Javascript, but none where the information is dynamically generated.
Thanks for any help,
Jay