Programming magic, glory, and juices.

Firefox IFRAME Caching

February 4th, 2009


There is a great post on the internet that gives a work around for iframes that are being cached. In my situation however, it did not work. Instead I was able to achieve the same thing, causing the IFRAME to be reloaded using..

frame.contentWindow.location.replace(frame.src);
Leave a Reply