Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

BUG: Script Errors with Cache-Control:no-cache HTTP Header and HTTP Compression


View products that this article applies to.

Symptoms

If you read Web pages from a site, an HTML page may be incomplete, or you may receive script error messages such as the following in Microsoft Internet Explorer (Programming) version 6.0:
Object doesn't support this property or method
-or-
'(object reference)' is null or not an object
It is also possible that an HTML page may be incomplete.
This occurs when you read Web pages from a site that uses all the following:
  • Script in external files, for example, JScript (.js) files
  • Frames and script inside the frames that refers to variables or to methods that are defined in other frames
  • HTTP compression to compress the HTML and the script files
  • HTTP headers that prevent the browser from caching the pages

The symptoms of this problem typically occur inconsistently and may appear random. Sometimes the error messages may appear when you first load the site. At other times the error messages may appear when you refresh the page.

↑ Back to the top


Workaround

To work around this problem, you can do either of the following:
  • If you use a Cache-Control: no-cache HTTP header to prevent the files from caching, remove that header. In some situations, if you substitute an Expires HTTP header, you do not trigger the problem.

    -or-

  • Do not enable HTTP compression for the script files.

↑ Back to the top


References

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
234067 HOWTO: Prevent Caching in Internet Explorer
255801 How to Determine if HTTP Compression Is in Use
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

↑ Back to the top


Keywords: KB327286, kbpending, kbbug

↑ Back to the top

Article Info
Article ID : 327286
Revision : 8
Created on : 11/29/2007
Published on : 11/29/2007
Exists online : False
Views : 296