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()" />

2 thought on “How to create a reload page button”

Leave a Reply