1.Try this:

<inputtype="button"onclick="function1();function2();"value="Call2Functions"/>

2.Call second function at the end of first function

function func1(){//--- some logic
     func2();}function func2(){//--- some logic}

and call func1() onclick of button:

<inputtype="button"onclick="func1();"value="Call2Functions"/>
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 墨讌子 的頭像
    墨讌子

    墨雨知心

    墨讌子 發表在 痞客邦 留言(0) 人氣()