Answers for "how to create a button so that on clicking the in html page will reload again"

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 to create a button so that on clicking the in html page will reload again"

Code answers related to "Javascript"

Browse Popular Code Answers by Language