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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -