[thelist] Forcing a page reload

Burhan Khalid thelist at meidomus.com
Sat Mar 12 02:12:45 CST 2005


Norman Bunn wrote:
> Just had foot surgery and am drawing a blank (is it the pain killers?).  
> Anyway, isn't there a way to force a page reload so people aren't using 
> a cached version of an old page with bad links?

How about passing the no-cache meta tag?

<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />

Man foot surgery is the pits.  Had it done on my ankle.  I hope it 
doesn't swell up like a mellon like mine did :(



More information about the thelist mailing list