in reply to image in <img> tag is not refreshed
Can you show the code that generates the <img> tag? Is it always <img src="yourreport.jpg"> or is it like <img src="report20050105-20050120.jpg">? If the first one, then it's probably a caching issue .. if the second, probably an issue with your chart generation (maybe not passing in the new date range properly or something like that, but just guessing w/o seeing code)