Is there some type of code I can put on a page so that it will refresh
automatically after a set number of minutes?

Thanks.

Re: Auto Refresh? by Steve

Steve
Mon Feb 02 20:49:13 CST 2004

<META HTTP-EQUIV=Refresh CONTENT="10; URL=yourpage.htm">
Will refresh the page every 10 seconds.
place it between the head tags, change 10 to the number of
seconds you want, and yourpage.htm to the file name of the
page you want to refresh.
60= 1 minute, 120= 2 minutes etc.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Glenn" <me@me.com> wrote in message
news:O6Y5b8f6DHA.1556@tk2msftngp13.phx.gbl...
> Is there some type of code I can put on a page so that it will refresh
> automatically after a set number of minutes?
>
> Thanks.
>
>