Full version: jsB@nk » Snippet » Refresh Page Button
URL: https://www.javascriptbank.com/refresh-page-button.html
Keep your content fresh. Use this JavaScript to automatically reload a fresh copy of your Web page from the server. You determine the time delay between refreshes.
Full version: jsB@nk » Snippet » Refresh Page Button
URL: https://www.javascriptbank.com/refresh-page-button.html
<form><!-- Created by: Lee Underwood//--><input type="button" value="Refresh page" onclick="location.reload(true)"></form><p><a href="javascript:location.reload(true)">Refresh page</a></p><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->