I got a page with an iframe. Initially its hidden with a div around it with display: none;
With javascript the wrapper is set to display: block. so far so good. but when refreshed (F5, but also ctrl+F5) the frame still shows (like it is in a cache).
I can't use display: none; on the iframe because script has to see the frame (which stupid IE thows errors for). so therefor the wrapper.
anyone knows a solution?