Auto Refresh?

G

Glenn

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.
 
S

Steve Easton

<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
 
Top