html call jabascrip[t fuinctiopn on button click code example
Example 1: javascript onclick
document.getElementById("Save").onclick = function ()
{
alert("hello");
//validation code to see State field is mandatory.
}
Example 2: javascript button
<button onclick="Function()">Text</button>