js trigger refresh code example
Example 1: refresh window js
window.location.reload();
Example 2: refresh javascript
location.reload();
Works like refresh button.
Example 3: javascript refresh page automatically
<meta http-equiv="refresh" content="30"/>