how to make a function call in javascript 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: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">