PRB: Samples Displaying Blank Pages After Install Of Ie4Last reviewed: December 11, 1997Article ID: Q175320 |
The information in this article applies to:
SYMPTOMSWhen viewing the "Dos Perros" sample that comes with Visual InterDev, the first page displays correctly, but navigating to one of the links on the site map displays a blank screen.
CAUSEThe following conditions cause this error to occur:
This was done in Internet Explorer 4.0 to ensure compatibility with Netscape and to comply with HTML 4 DTD.
RESOLUTIONRemove the BODY tag in "Nav.asp" of your DosPerros project. In general, if you are using the BODY element to set attributes for the contents of the FRAMESET, move these attributes to the FRAMESET. Any SCRIPT or OBJECT tags used in a FRAMESET definition document should be defined in the HEAD section of the document; otherwise, they will imply a BODY element, and the FRAMESET will be ignored.
STATUSThis IE 4.0 behavior is by design.
REFERENCEShttp://www.microsoft.com/msdn/sdk/inetsdk/help/faq.htm#Frameset For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : VIMisc kberrmsg Technology : kbInetDev Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |