Refresh a page once

liunx

Guest
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.<!--content-->This should do the trick:<br />
<br />
<meta http-equiv="cache-control" content="no-cache, must-revalidate"><br />
<meta http-equiv="pragma" content="nocache"><!--content-->Those both work great.<br />
Thanks guys!<!--content-->
 
Back
Top