how to us 2 methods at a time in JS code example
Example: call two methods on button click
<input id="btn" type="button" value="click" onclick="pay(); cls();"/>
<input id="btn" type="button" value="click" onclick="pay(); cls();"/>