I need to call two functions and a html page at the same time using onclick event in javascript only This is what i tried..but its not working!!
 <button type="button">
        <a href = "example.html"
        onclick="return check();
        check2();">Login </a>
</button>
 
     
     
     
     
     
     
    