Answer:
To reload the current web page using JavaScript use the below line of code...
window.location.reload(true);
window.location.reload(true);
Previous Question | Next Question |
How to set the cursor to wait? | How to force a page to go to another page using JavaScript? |