I've got stuck, some help would be much appreciated…</p>
I'm using xml like a mini database, I've got php creating an array of images from the xml file, all this works fine. I want to use some of those images as part of this nice jquery zoom thingy > http://www.elevateweb.co.uk/image-zoom/examples
Here's where I'm at:
document.write("<img id='zoom_01' src=" + "../../shop/e20_portal/" + imagelist_s_array[0] + "' data-zoom-image='../../shop/e20_portal/" + imagelist_l_array[0] + "'/>");
both these correctly spit out the right url, EG:'e20_s.jpg' but the above code doesn't work.
imagelist_s_array[0]
imagelist_l_array[0]