Button that refreshes the page on click

I need a button that will refresh the page on the user’s click. I tried this:

<input type="button" value="Reload Page" onClick="reload">

or

<input type="button" value="Refresh Page" onClick="refresh">

But neither worked.

Leave a Comment