Well, not sure why you would need to know the UNselected values but you will need to run the same query on send-mail.asp that creates the original list in your include, then either create an array or loop through the RS and create an array of all the values that are not included in the request.form return.
You might also be able to come up with some tricky way using Javascript on your form that places the unselected values in a hidden field.
Well, not sure why you would need to know the UNselected values but you will need to run the same query on send-mail.asp that creates the original list in your include, then either create an array or loop through the RS and create an array of all the values that are not included in the request.form return.
You might also be able to come up with some tricky way using Javascript on your form that places the unselected values in a hidden field.
i've 2 listboxes, first is list of recipients, when user click one of the recipient, they will move to the second list (unselected). that's why i need to know unselected values.
sorry for wrong case i gave earlier, actually i don't need the "Request.Form" return.
Bookmarks