To create a reload page button you can use the following code snippet.
Sample Javascript
<input type="button" value="Reload Page" onclick="window.location.reload()" />
To create a reload page button you can use the following code snippet.
<input type="button" value="Reload Page" onclick="window.location.reload()" />