Rob
unread,Jun 1, 2010, 10:59:18 AM6/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chart API
I have two situations: in one situation my URL is under the 2,048 URL
character limit and I can do a normal HTTP GET to retrieve a Google
Chart image. In the other situation my URL is greater than 2,048
characters so I have to instead display an HTML form and do an HTTP
POST that redirects the resulting Google Chart image to an iframe. All
of this works except for one small issue: when I do the HTTP POST
method, the chart returned is always the same, so either the same
image is being returned or my browser is showing a cached image
instead of showing the new image. How do I force both Google Charts
AND my browser to not show any cached images and instead show a
"fresh" image each time I use the HTTP POST method described above?
Thanks in advance,
Rob