बंद करे

विधानसभा निर्वाचन क्षेत्र – समालखा

function zoomin(){ var myImg = document.getElementById("base"); var currWidth = myImg.clientWidth; if(currWidth == 1500){ alert("Maximum zoom-in level reached."); } else{ myImg.style.width = (currWidth + 50) + "px"; } } function zoomout(){ var myImg = document.getElementById("base"); var currWidth = myImg.clientWidth; if(currWidth == 250){ alert("Maximum zoom-out level reached."); } else{ myImg.style.width = (currWidth - 50) + "px"; } }



Base Map, Panipat