Answers for "web page reload button"

1

reload pageon button click

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

html reload button

<button onclick="location.reload();">Reload this page</button>
Posted by: Guest on June-20-2021

Browse Popular Code Answers by Language