hello all, can anyone tell me how to solve the problem of not reloading the images again and again like normally it so happens that once an image or a graph is displayed ,second time the same persists and one has to reload it iam using jpgraph package for bar and pie charts thsi is a problem here also even the IE does not reload images automatically how do i solve this problem? please help Regards Roopa
use meta tags to reload the page so that ur images will automatically reloded after some interval as u given place this code in <head> tag.. <META HTTP-EQUIV="Refresh" CONTENT="2; URL=url">
--Shastry
hello shastry, i tried this but the problem is i cannot set the time for refreshing as i cannot be so sure it may be 1,2,3 or many seconds that depends on how the user accesses the pages so what shall i do? Regards roopa