Contributor
18Jan2010,13:57   #11
rekha's Avatar
Pls someone help me to solve this issue.
Contributor
21Jan2010,15:47   #12
rekha's Avatar
Hi,

Still I haven't solve the issue.Pls anyone here help me.Why it is not working in IE.
Contributor
21Jan2010,18:57   #13
rekha's Avatar
Hi,

I found where is the issue.If I clear cache data in Internet Explorer and run the code,it is working fine.IE displays the image from the cache data instead of displaying from the temp folder where the image is stored.But I don't know how to solve this.I want the image to be displayed from the temp folder in my server.

Anyone who knows can suggest me a good solution.
Skilled contributor
24Jan2010,20:18   #14
ManzZup's Avatar
tbl.innerHTML="<img src=../../temp/"+name1+".png />";

DONT FORGET that the img closes like that
Contributor
27Jan2010,12:36   #15
rekha's Avatar
Hi,

I have solved the issue.In IE the image is displayed from the cache.So I have changed the img src to the image file with current date and time and the issue solved.

Thanks for all ur help.