html make button call javascript function code example
Example 1: javascript onclick
var myElem = document.getElementByID('ElemID');
myElem.onclick = function() {
//do stuff
}
Example 2: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">