How to reload the current page?

How to reload the current page?

View Answers

November 10, 2010 at 5:53 PM

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

window.location.reload(true);









Related Tutorials/Questions & Answers:
Advertisements