Microsoft KB Archive/924347

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 924347

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft Internet Explorer 6.0
  • Microsoft Windows XP Service Pack 2, when used with:
    • Microsoft Windows XP Professional
    • Microsoft Windows XP Home Edition



Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


SYMPTOMS

Consider the following scenario. In Microsoft Internet Explorer 6, a user tries to submit a form on a Web page. In the Web page code, you use the document.domain property to change the domain of the Web page before you call the submit method. In this scenario, the user may receive the following script error message:

Access denied

CAUSE

This problem occurs if the following conditions are true:

  • Before you call the submit method, you set the document.domain property for the Web page to a less-restrictive common domain.
  • After you call the submit method, you reset the document.domain property for the Web page to the original full domain.

When you reset the document.domain property for the Web page to the original domain, Internet Explorer does not save the original domain as the security context for the Web page. Therefore, cross-domain security is violated because the domains do not match. After Internet Explorer returns from the submit method, Internet Explorer raises the script error message.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

Prerequisites

To apply this hotfix, you must have Microsoft Windows XP Service Pack 2 (SP2) installed on the computer.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

File name File version File size Date Time Platform
Mshtml.dll 6.0.2900.2992 3,058,688 08-Sep-2006 12:59 x86

Registry information

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

After you apply this hotfix, you must enable this hotfix. To do this, follow these steps:

  1. Make sure that you exit Internet Explorer.
  2. Click Start, click Run, type regedit in the Open box, and then click OK.
  3. Locate and then click the following registry subkey:

    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl

  4. On the Edit menu, point to New, and then click Key.
  5. Type FEATURE_ENABLE_DOCUMENT_DOMAIN_UNDO_KB924347, and then press ENTER.
  6. Click FEATURE_ENABLE_DOCUMENT_DOMAIN_UNDO_KB924347.
  7. On the Edit menu, point to New, and then click DWORD Value.
  8. Type Iexplore.exe, and then press ENTER.
  9. Right-click Iexplore.exe, and then click Modify.
  10. In the Value data box, type 1, and then click OK.


WORKAROUND

To work around this problem, do not change the document.domain property for the Web page before you call the submit method.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information about the document.domain property, visit the following Microsoft Developer Network (MSDN) Web site:

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Keywords: kbexpertiseadvanced kbwinxpsp2fix kbbug kbfix kbhotfixserver kbqfe kbpubtypekc KB924347