|
|
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:
Or you could use the meta tag for expires, to always ensure that a newer copy is loaded:
|
-- div -->
|