Kepp refreshing iframe in Blogger----------- iframe auto refresh code ======== What's the best way to reload / refresh an iframe?
This code is working properly
you have to just enter this code in html/javasript gadget Replace your link with "yr link"
<iframe onload='document.getElementById("iframe1").src = document.getElementById("iframe1").src' id='iframe1' src='yr link'>
<p>Your browser does not support iframes.</p>
></iframe>
Key words
iframe reload
How to refresh an IFrame using Javascript?
Force iframe to Reload | CSS-Tricks
Reload iframe - Javascript - JSFiddle
How to reload iFrame using jQuery
Reload iframe - Javascript - JSFiddle
jsfiddle.net/Daniel_Hug/dWm5k
Comments