PDA

View Full Version : How to make my website refresh onload



underground6t9
03-19-2009, 04:18 PM
I want to make the site refresh everytime someone enters the site, so when I make updates they get the latest content. Anyone have ideas on how to do this. I have tried using meta tags and scripts but nothing seems to work.

shadmego
03-19-2009, 05:41 PM
Have you tried this meta tag?



<meta http-equiv="cache-control" content="no-cache" />
~regards, and welcome

koglaa
03-21-2009, 07:14 PM
<META HTTP-EQUIV="REFRESH" CONTENT="5">

5 is the amount in seconds

Then add
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

Hope it helps