I was wondering if its possible to have a submit button handle multiple events when clicked? So when clicked it would handle a ONCLICK="return validateUser" and at the same time be able to handle an ONSUBMIT event to prompt the user with a message text box based on some conditional logic? This onsubmit event would have to run through an "if, else if" conditional to check the value of of some drop down menus. Any ideas would be greatly appreciated.
Thanks
Thanks