IE6 not rendering the page
Posted
by JX
on Stack Overflow
See other posts from Stack Overflow
or by JX
Published on 2010-04-19T02:18:05Z
Indexed on
2010/04/19
2:23 UTC
Read the original article
Hit count: 384
ie6
|last-modified
I have a web page which consists of a few component pages. When a user requests the page, the server assembles its component pages into the main page and sends it back to the browser.
When there is an update on the component page, IE6 browser cannot see the updated content. However, IE7 and Firefox are fine.
Checking with Fiddler, the http response returns 200, If-Modified-Since header is the same as the last modified date of the main page, the response raw html also has the updated content.
It seems that IE6 browser abandons the rendering of the page because If-Modified-Since is the same as the last modified date of the main page.
Does anyone know how to overcome this issue in IE6?
© Stack Overflow or respective owner