PRB: Samples Displaying Blank Pages After Install Of IE4

ID: Q175320


The information in this article applies to:


SYMPTOMS

When 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.


CAUSE

The following conditions cause this error to occur:

FRAMESET and BODY are mutually exclusive tags for IE4. Either use one or the other. If you use both, the second one will be ignored.

This was done in Internet Explorer 4.0 to ensure compatibility with Netscape and to comply with HTML 4 DTD.


RESOLUTION

Remove 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.


STATUS

This IE 4.0 behavior is by design.


REFERENCES

http://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/

Additional query words:


Keywords          : kberrmsg kbnokeyword kbVisID kbVisID100 kbGrpASP 
Version           : WINDOWS:1.0
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: May 11, 1999