call javascript on button click code example
Example 1: javascript onclick
document.getElementById("myBtn").addEventListener("click", function() {
alert("Hello World!");
});
Example 2: javascript button
<button onclick="Function()">Text</button>
Example 3: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">