Click to See Complete Forum and Search --> : reload


toma4toma
01-19-2003, 07:52 AM
Can someone give me a hint about how to automaticaly reload the page that just had been loaded?

I tried with:
<body onLoad="window.location.reload()">mycontent</body>
but the window obviously doesn't stop reloading again and again... I would like the window just to be reloaded once.

???
toma4toma

pyro
01-19-2003, 10:04 AM
I'm assumbing that you want to make sure that visitor have the latest version of the page. This might work...

<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">If not, it can be done with PHP...