Answers for "reload page on button click in javascript"

10

how to reload the same page using javascript

BY LOVE
window.location.reload();
Posted by: Guest on May-09-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 "reload page on button click in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language