Button to refresh web page
Updated: 01/31/2019 by Computer Hope
Example
Allow web page visitors to interface with the browser refresh function to get the latest information and to interface with other JavaScript, such as our random quote script.
Source code
<FORM> <INPUT Type="button" VALUE="Reload Page" onClick="history.go(0)"> </FORM>