0
I have a classic Asp page with several combos and all with different names and a button that saves all selected values. I need to check in javascript if any of these combos have the "Canceled" option selected and give a confirmation message saying that one of the combos has this option selected. You need to show this confirmation for all combos with this option selected.
The number of combos is not automatic. It is possible to check all combos in javascript before giving Submit on the page?
Combo names follow a pattern "status_previous_<%=counter %>" starting at 0.
I ended up making several modifications, but this code was the basis for EVERYTHING!
– Marco Vinicius