Answers for "how to reload iframe on click"

5

js reload iframe

document.getElementById('youriframe').contentWindow.location.reload()
Posted by: Guest on July-28-2020
1

onclick reload an iframe

document.getElementById('iframeID').contentWindow.location.reload();
Posted by: Guest on September-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language