double refresh js code example
Example 1: reload page javascript
window.location.reload();
Example 2: meta refresh only once
document.getElementById('iframeID').contentWindow.location.reload();
window.location.reload();
document.getElementById('iframeID').contentWindow.location.reload();