logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Jeff Gosden on Wed 11 Dec 2002 in response to The DomBlog Template v1.0

Re: Bug?!

Are you using IE ? It maybe something as simple as IE caching previously loaded
pages and not picking up updates.


This has caught me out on numerous occassions. The same occasionally happens on
the Codestore site (and others), when launching via Favorites, IE brings up a
*cached* version of the blog page, I am then forced to hit *refresh* to display
the latest updates ...


One way round this is to add the following META tag to the HEAD content:


<code>META HTTP-EQUIV="Pragma" CONTENT="no-cache"</code>


It's just a thought ... :o)