I have a sequence of webpages (200 or so) with navigation and when I sequence through them, intermittently IE7 will simply display a blank white page and a "Done" message. Pressing F5 will load the page properly. This does not happen in IE6 and the frequency of white pages seemed to decrease as the IE7 betas progressed. It happens if I am using IE7 on the webserver, from my desktop on the local network, or at a remote dial-up account. If I put the HTML pages in simple ASPX wrappers, it never happens. I've also loaded the content on several different servers and experience the same problems.
Any ideas I can post a link to a sample if that would help.
Jay

IE7 and White Screen
Peter McEvoy
SDerix
Our pages(Our page uses Japanese) had displayed blank.
But this hotfix resolved our problem.
http://support.microsoft.com/kb/933006/en-us
Dan Lingman
More Information:
I've loaded the IE Developer's Toolbar and when the white screen occurs, not all of the <SCRIPT> elements are loaded in the DOM and the <BODY> element is empty with the style set to a background-color of 0xffffff. It appears that IE7 just quit while processing the HTML document. The number of <SCRIPT> elements that are loaded varies - 4, 5, or 6 (there are 7 in the document).
Sudhakar.hcitek
I've found what appears to be the source of my problem. I build the HTML files using a C#.NET application and I erroneously used Encoding.Unicode to write the files with a charset of UTF-8. But, the Unicode encoding is actually UTF-16.
Changing the encoding to ASCII and the charset to ISO-8569-1 or changing the encoding to UTF-8 and the charset to UTF-8 takes care of the problem. Changing the encoding to Unicode and the charset to UTF-16 still results in the intermittent, random white screens.
Hisham Jaber
rmcmullan
Some more info:
I've experimented by removing all links to CSS files and still have the problem.
If you right-click on the white screen and pick View | Source all of the HTML code is there.
It happens on both XP and Vista workstations.
The server OS is Windows Server 2003.
Zadoras
I have several css and js scripts included. When I delete all js files it works fine, but even if I have one dummy js function i'm having the same problem again. If I'm using the extension .html, no trouble, if I'm using extension .php (wich i need) I get a regular blank page.
The page also has some complex nested table layout. I can't change that easily because it concerns a lot of intranet applications.
I think these problems are related:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=685241&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=867126&SiteID=1
So ... does MS already know about this problem
Don Isenor
Synced
akshah
Maybe is there a problem the xml parser in IE7 With the "IE Developer Toolbar" I can see in the DOM tree that the complete body of the page is empty.