Posted by J.O. Aho on 04/09/07 11:21
Grey_Brother wrote:
> I've set up a simple home page (http://brettdrummond.googlepages.com/
> home.html) with an iframe embedded that shows a local weather
> forecast, sourced from a ftp. Whenever my home page loads (I use IE7),
> the frame and all my content loads, but the iframe actially displays
> the content of what was *last* loaded - that is, the frame does not
> refresh on being opened unless I actually press the refresh button.
>
> Can anyone give me some guidance on how to get the iframe to load the
> most recent ftp content?
You would need a javascript that refreshes the iframe, and you would need to
change the cache option on your browser to not cache anything at all.
--
//Aho
[Back to original message]
|