What is the value you have for all those check boxes and how many such checkboxes are there. If the list is not huge, after selecting those checkboxes and on click of form's submit button, Request.form("checkbox_name") would return the list of values that you have checked in the form. You got to loop through to get those values one by one and mail the contents using CDOSYS(check microsoft site for code samples), if the content is static and to be sent to all at one shot, you can use all those email ids separated by comma and can be sent at one go.
Hope that helps.
Cheers
_________________________
- Vijay G
Strive for Perfection
|