I am after a way to add a button to a dynamically generated form which has a variable number of checkboxes on it to automatically tick ALL those boxes as selected regardless of their current status.
The checkboxes are generated automatically and I have no control over their naming, this appears to be random, some examples below (these run sequentially on the form):
<INPUT TYPE="checkbox" NAME="002543">
<INPUT TYPE="checkbox" NAME="002846">
<INPUT TYPE="checkbox" NAME="002816">
<INPUT TYPE="checkbox" NAME="002818">
<INPUT TYPE="checkbox" NAME="002537">
Any solutions?
TIA
David
The checkboxes are generated automatically and I have no control over their naming, this appears to be random, some examples below (these run sequentially on the form):
<INPUT TYPE="checkbox" NAME="002543">
<INPUT TYPE="checkbox" NAME="002846">
<INPUT TYPE="checkbox" NAME="002816">
<INPUT TYPE="checkbox" NAME="002818">
<INPUT TYPE="checkbox" NAME="002537">
Any solutions?
TIA
David