Answers for "automatically reload page html"

4

javascript code to refresh page automatically

window.setTimeout(function () {
  window.location.reload();
}, 30000);
Posted by: Guest on January-09-2022
0

page auto refresh

<meta http-equiv="refresh" content="10" >
Posted by: Guest on January-03-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language