Click to See Complete Forum and Search --> : Refresh a page once


cjs18
05-18-2003, 07:35 PM
Does anyone know an easy way to have a page automatically refresh once (as soon as it is loaded) and stop? The only code that I know of refreshes the page over and over again.

pyro
05-18-2003, 08:28 PM
This should do the trick:

<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<meta http-equiv="pragma" content="nocache">

cjs18
05-18-2003, 08:31 PM
Those both work great.
Thanks guys!