Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<div>
<!-- myNewImg1 refers to the 2nd image associated with this particular hotspot -->
<a href="?phpMyAdmin=4594f30712f4fabaff6997416810f3f2" onclick="changeImg('myNewImg1')"><img src="img1.jpg" /></a>
</div>
<div id="newImg"></div>
Javascript:
function changeImg(img){
document.getElementById("newImg").innerHTML = "<img src='" + img + ".jpg' />";
}
1 to 3 of 3