Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Reloading a page automaticly - July 22, 1998 at 07:02:21

You are here: irt.org | BBS | Re: Reloading a page automaticly [This BBS is closed]

Posted by Martin Webb on July 22, 1998 at 07:02:21:

In Reply to: Reloading a page automaticly posted by Joe Amato on July 20, 1998 at 17:28:30:

: What is the easiest way to FORCE the reloading of a page no
: matter how your browser is set?

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">

Follow-ups:

You are here: irt.org | BBS | Re: Reloading a page automaticly [This BBS is closed]

©2018 Martin Webb