How to reload the current page?

Submitted by: Administrator
To reload the current web page using JavaScript use the below line of code...

window.location.reload(true);
Submitted by: Administrator

Read Online JavaScript Job Interview Questions And Answers