Answers

Question and Answer:

  Home  JavaScript

⟩ How to reload the current page?

To reload the current web page using JavaScript use the below line of code...

window.location.reload(true);

 167 views

More Questions for you: