Refresh Page Button - Add a refresh page button to your webpage... acts just like the refresh button on your browser.
Compatible Browsers:
Chrome BrowserFirefox BrowserInternet Explorer BrowserOpera BrowserSafari Browser
<html> <head> <title>Refresh Page Button Code Snippet</title> </head> <body> <script> <!-- Begin Refresh Page Button Found In The https://snapbuilder.com Free Public Codes Library document.write('<form><input type=button value="Refresh" onClick="history.go();"></form>') // End --> </script> </body> </html>