Answers for "how do you refresh a page with a button"

10

refresh button html

<button onClick="window.location.reload();">Refresh Page</button>
Posted by: Guest on June-04-2020
1

reload pageon button click

<button type="button" onClick="window.location.reload();">Close</button>
Posted by: Guest on March-19-2020

Code answers related to "how do you refresh a page with a button"

Browse Popular Code Answers by Language