refresh

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

As I watch radar online of the florida hurricanes, is
there a way to set the browser to refresh automatically
every 10 minutes or so?
 
You could create a html page refreshpage.htm with the following
<HTML>
<Meta http-equiv="refresh" content="600"/>
<FRAMESET>
<FRAME SRC="www.whateversiteyouwant.com"/>
</FRAMESET>
</HTML>

replace www.whateversiteyouwant.com with the site you want and open the html
page in IE. It will refresh the page every 600 secs(10 mins)

This posting is provided "AS IS" with no warranties, and confers no rights.

Thanks
Praveen [MSFT]
 
Back
Top