Calling multiple JavaScript functions on a button click

前端 未结 11 1622
灰色年华
灰色年华 2020-12-23 22:37

How to call multiple functions on button click event?

Here is my button,



        
11条回答
  •  感情败类
    2020-12-23 23:41

    Try this .... I got it... onClientClick="var b=validateView();if(b) var b=ShowDiv1();return b;"

提交回复
热议问题