Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q429 How can I make sure that when I return to a page it always loads the latest version from the server?

irt.org | Knowledge Base | JavaScript | Redirect | Q429 [ previous next ]

Q429 How can I make sure that when I return to a page it always loads the latest version from the server?

The no cache meta tag needs to be placed in between the <HEAD> and </HEAD> tags:

<META HTTP-EQUIV="no-cache">

Or you could use the meta tag for expires, to always ensure that a newer copy is loaded:

<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.