html - Make iframe not to reload at page refresh -
Is there a way to create a div or iframe to reload the page on refresh?
To prevent caching, put it in your iframe:
& Lt; Head & gt; & Lt; Meta http-Equiv = "Cache-Control" content = "no-cache" & gt; & Lt; Meta http-Equiv = "Pragma" content = "no-cache" & gt; & Lt; Meta-http-Equiv = "end" content = "0" & gt; & Lt; / Head & gt;
Comments
Post a Comment