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
For debugging purposes one could open the console, change the execution context to the frame that he wants refreshed, and do document.location.reload()
document.location.reload()