Search found 1 match

by shadowfiend
Wed Jun 07, 2006 7:33 pm
Forum: JFreeChart
Topic: JFreechart HTML/JSP Ajax/DWR
Replies: 8
Views: 12900

A bit later, but another potential solution to dodge Firefox's caching behavior is to attach a random number to the image src attribute. i.e., instead of switching srcs to `<img src="stuff" />', you switch to `<img src="stuff?1235532123" />'. If you use a different random number every time, you shou...