Question: How to refresh an IFrame using Javascript?
Answer:
var iframe = document.getElementById('iframe_id'); iframe.src = iframe.src;
iframe_id is the ID of the IFrame