js reload iframe

JavaScript
document.getElementById('iframeID').contentWindow.location.reload();document.getElementById('youriframe').contentWindow.location.reload()
Source

Also in JavaScript: