javascript - IE8 image path issue -
i having weird issue on ie 8.
i tried display dynamic image inside div
content = document.createelement('div'); content.classname = contenttclass; var test = "<img src='" + image + "'/>" content.innerhtml = test; //my image value this... http://project/testimage/test.jpeg http://project/testimage/test2.jpeg
for reasons, codes work in chrome , ff not ie8. can here me out on one? lot!
Comments
Post a Comment