Hi,
I've got a "Select All" button/link on my form which is suppose to place a checkmark next to each e-mail message checkbox. Then, when submitted, the backend deletes the checked e-mails.
However, I do not know how to pull (in a loop) a list of checkbox objects on a given form/document when NOT knowing their name. So, is there a way to loop and get set the checkbox.checked property to "true" for all checkboxes on a form not knowing their name/id?
Thanks!
Luc L.
I've got a "Select All" button/link on my form which is suppose to place a checkmark next to each e-mail message checkbox. Then, when submitted, the backend deletes the checked e-mails.
However, I do not know how to pull (in a loop) a list of checkbox objects on a given form/document when NOT knowing their name. So, is there a way to loop and get set the checkbox.checked property to "true" for all checkboxes on a form not knowing their name/id?
Thanks!
Luc L.