Home Answers Viewqa JavaScriptQuestions How to reload the current page?

 
 


samar
How to reload the current page?
1 Answer(s)      2 years and 7 months ago
Posted in : JavaScript Questions

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 Pages: