How to refresh an IFrame using Javascript? November 23, 2022 by Tarik var iframe = document.getElementById('youriframe'); iframe.src = iframe.src;