reload a page on button click in javascript code example
Example: reload pageon button click
<button type="button" onClick="window.location.reload();">Close</button>
<button type="button" onClick="window.location.reload();">Close</button>