Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
<div>
<!-- myNewImg1 refers to the 2nd image associated with this particular hotspot -->
<a href="" 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