0
kicks
How to call multiple Javascript methods on load using onload hander
We know that when we cannot assign mutilple functions to onload handler in javascript. It will just ovveride the previous function.
In order to set mutliple functions we need to consider Array and add all methods to that array.(functions can be added in Page or Usercontrol).
See example here....