I was wondering if its possible to run a validator script from an "onclick" action that would check to make sure that all drop down menus(or select boxes) have been selected. However, I need to do this check based on the SELECT attribute and not the name attribute since each name for the select boxes are generated dynamically from the XSL. So basically i need to run a check to make sure that all drop down menus have been selected no matter how many are generated and not by using (form.SelectBoxName.value == "" since the names are dynamic.
I hope this makes sense. Thanks for your help.
I hope this makes sense. Thanks for your help.