Image not showing in Chrome
- by dmr
I am attempting to set the source of an image. The image shows up correctly in IE and Firefox, but it doesn't show in Chrome.
//image is set to 1 or 2
document.getElementById("loadImg").src = "./images/loading" + image + ".gif";
What do I have to change for this to work in Chrome?