How can I change the src attribute of an img tag using javascript?
src
img
Give your img tag an id, then you can
document.getElementById("imageid").src="../template/save.png";