var temp = document.getElementById('path').innerHTML; var imgpath = "images/"+temp+"/01.jpg"; document.getElementById("weekimg").src = imgpath;