i have a jsp page in which there are three functions on onclick event.
i want that on onclick of submitformFinal() function , it should check whether its true or false and then depending on outcome, it should execute the other two functions.
my onlick functions are:-
onclick="javascript:changeAction('save');checkMultiSelects();submitformFinal();" />
you can try like this
and use this code on jsp page