reload page from js code example
Example 1: refresh window js
window.location.reload();
Example 2: how to reload the same page using javascript
BY LOVE
window.location.reload();
Example 3: refresh page js
window.location.reload(true);
Example 4: script refresh js
window.location.href = window.location.pathname + window.location.search + window.location.hash;