| Generally
this is done with the Refresh pragma. Put this in the
<head> of the page:
<meta
http-equiv="Refresh" content="60; url=http://site.com/page.html">
The 60 in the sample
code is the time interval, set in seconds. For the url, use
the address of the page that is refreshing itself. |