Auto refresh your browser every X seconds with a meta tag.
We the following code inside your HEAD on your page and the browser will automatically refresh every content seconds.
<meta http-equiv="refresh" content="1" />
Code language: HTML, XML (xml)
In my case, refresh every 1 second 😉
Thank you for the link Krishna!
please refer to
http://msdn.microsoft.com/en-us/library/ms971314.aspx