HOW RELOAD THE PAGE WITH JAVASCRIPT code example
Example 1: reload page javascript
window.location.reload();
Example 2: refresh javascript
location.reload();
Works like refresh button.
window.location.reload();
location.reload();
Works like refresh button.