The "meta refresh" feature in HTML refreshes a Web page automatically from within the code. Your company website might use this technique to reload a page with dynamic content or to redirect a visitor ...
I seem to remember some simple syntax to have a web browser automatically reload a page every N seconds. I thought it was:<BR>http://www.example.com/?refresh=5<BR>but ...