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