Button to refresh web page
Example
Allow visitors of your web page to interface with the browser reload function to get the latest information and to interface with other JavaScript's, such as our Random Quote.
Source code
<FORM>
<INPUT TYPE="button" VALUE="Reload Page" onClick="history.go(0)">
</FORM>
