I have a webpage with an IFrame and a Button, once the button is pressed I need the IFrame to be refreshed. Is this possible, if so how? I searched and could not find any answers.
var iframe = document.getElementById('youriframe'); iframe.src = iframe.src;
2.1m questions
2.1m answers
60 comments
57.0k users