I would like to reload an using JavaScript. The best way I found until now was set the iframe’s src attribute to itself, but this is
src
document.getElementById('iframeid').src = document.getElementById('iframeid').src
It will reload the iframe, even across domains! Tested with IE7/8, Firefox and Chrome.
iframe