<!-- Insert between <head></head> tags --> <script> function refresh() { location.reload() } </script> <!-- button to refresh the page --> <input type="button" value="Refresh" onclick="refresh()">