Frameset frame cached by Firefox

Posted by dragonfly on Stack Overflow See other posts from Stack Overflow or by dragonfly
Published on 2010-04-22T11:10:59Z Indexed on 2010/04/22 11:13 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

Hi,

I have a html page which contains nested frameset (don't ask why, I'm only servicing the app ;) ). What bothers me, is why FF caches Header.htm file constantly. I had to use clear cache to force browser to download it again. ctrl+f5 didn't help.

    <frameset rows="68,*" border="0" frameborder="no" framespacing="0">
    <frame name="header" src="/Header.htm" scrolling="no" noresize>
    <frame name="footer" src="/Login.aspx?w=<% =company %>&amp;loc=<% =ccdom %>">
</frameset>

Any ideas what is responsible for that behaviour? On the other hand, IE downloads the file without a hassle.

Thanks, Pawel

© Stack Overflow or respective owner

Related posts about html

Related posts about caching