I'm trying to way to stop Safari from caching my iframes.
I have a series of links that, via Javascript, grey out the page and pop up a window in the middle of the screen via an iframe, that shows content specific to the link.
Firefox and IE are fine, but the problem arises when Safari users either refresh the page, or use back/foward buttons. In those cases, Safari caches the page, and then no matter which link you click, shows the iframe from the last click BEFORE the refresh (or back/forward). It's then stuck on that content, and shows it for all links.
http://developer.apple.com/internet/...q.html#anchor5
This page describes a solution for an indvidual page, but I don't own the page. I only control the links. Imagine a blogger posting my links, with my accompanying javascript to make them work.
Does anybody know how to force Safari to reload the content in an iframe?
Thanks!