How to reload the current page?
To reload the current web page using JavaScript use the below line of code...
window.location.reload(true);
Post Answer
Preview: