function call on click event
Posted: Sun Feb 22, 2009 12:34 pm
hello guys, i m in confusion that can we call more than one function on a single event, example is below...
Code: Select all
<input type="button" name="b1" value="Enter" onclick="return function1();return function2()">