Skip to main content
Inspiring
October 2, 2008
Question

Firefox and I FRAME caching

  • October 2, 2008
  • 1 reply
  • 437 views
I have a page with an iframe and it works OK in ALL IE browsers.

But in Firefox when the parent page is refreshed the iframe content doesnt refresh.

I couldnt use cfinclude.

Any help?
    This topic has been closed for replies.

    1 reply

    October 3, 2008
    Add a unique variable, such as a random number or the current date/time to the url string of the iframe. That way the browser will always see the url as unique, and it should load the most recent data without caching.