I know this has been asked before, and I've read ever question and answer I've been able to find, but nothing works. I'm running this on a local server (IIS). I'm trying to load an image from imgur and then use that as texture for an object using the code: var savedImage = /[^?]*$/.exec(location.search)[0]; if (savedImage != "") { savedImageLoad("http://i.imgur.com/" + savedImage + ".jpg"); }; fun