Can we call more than 2 functions with onSubmit command in form tag if yes then what will be the code.pls help me out on this , as it is very urgent.
Can we call more than 2 functions with onSubmit command in form tag if yes then what will be the code.pls help me out on this , as it is very urgent.
Yes it is possible.
HTML Code:<form ...................... onSubmit="function1();function2()">