You solved my major headache with this - thanks sooooo much!NaN wrote:What's this?Code: Select all
document.item_image.src=img;
Shouldn't it be
?Code: Select all
document.getElementById("item_image").src = img;

You solved my major headache with this - thanks sooooo much!NaN wrote:What's this?Code: Select all
document.item_image.src=img;
Shouldn't it be
?Code: Select all
document.getElementById("item_image").src = img;