This button that will refresh the page. you may also add a meta refresher to the :
source for refresh.html

Button's Source
<form><input type=button onclick="location.reload([true]);" value="click to refresh"></form>


Meta's Source
<META HTTP-EQUIV="Refresh" CONTENT="300; URL=http://www.whatever.com/hi/index.html">
Back