Answers for "how to reload the script using javascript"

145

refresh page javascript

window.location.reload();
Posted by: Guest on April-05-2020
0

refresh page javascript

location.reload();
// OR
window.location.reload();
Posted by: Guest on July-12-2021
-1

how to reload a webpage using javascript

/*JS*/

<meta http-equiv="refresh" content="30">
Posted by: Guest on April-01-2022

Code answers related to "how to reload the script using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language