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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -