Answers for "onclick reload an iframe"

CSS
3

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

Browse Popular Code Answers by Language