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.

In Internet Explorer 6 or in Internet Explorer 8, the OnChange event in a field does not occur when you change the "�" character to "ss" characters, or when you change "ss" characters to the "�" character


View products that this article applies to.

Symptoms

In Microsoft Internet Explorer 6 or in Windows Internet Explorer 8, the OnChange event in a field does not occur if the following conditions are true:
  • You create a Web form that has an <INPUT> field or a <TEXTAREA> field.
  • You create an OnChange event in the <INPUT> field or in the <TEXTAREA> field.
  • You change the "�" character to "ss" characters, or you change "ss" characters to the "�" character, in the <INPUT> field or in the <TEXTAREA> field.

↑ Back to the top


Cause

This problem occurs because the string comparison of the MSHTML engine is based on the CompareString API. The CompareString API considers "ss" characters and the "�" character to be the same character.

↑ Back to the top


Resolution

Security update information

To resolve this problem, install the most recent cumulative security update for Internet Explorer. To install the most recent updates, visit the following Microsoft website:
� For more technical information about the most recent cumulative security update for Internet Explorer, visit the following Microsoft website:�
Note The update for Internet Explorer 8 was first included in security update 2416400 (MS10-090). For more information, click the following article number to view the article in the Microsoft Knowledge Base:
2416400 MS10-090: Cumulative security update for Internet Explorer
The update for Internet Explorer 6 was first included in security update 928090 (MS07-016). For more information, click the following article number to view the article in the Microsoft Knowledge Base:
928090 MS07-016: Cumulative security update for Internet Explorer

Service pack information

To resolve this problem in Internet Explorer 6 for Windows Server 2003, obtain the latest service pack for Windows Server 2003. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
889100 How to obtain the latest service pack for Windows Server 2003
To resolve this problem in Internet Explorer 6 for Windows XP, obtain the latest service pack for Windows Server XP. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
322389 How to obtain the latest Windows XP service pack

Registry information

After you the update for Internet Explorer 6 on Windows Server 2003, you must modify the registry to enable this update.

Note To enable this update for other versions of Internet Explorer, you do not have to make any changes to the registry.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows

Registry settings for a specific user

To enable this update for a specific user in Windows Server 2003, use one of the following methods.

Method 1
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry key:
    HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\FeatureControl
  3. On the Edit menu, point to New, and then click Key.
  4. Type the following key name, and then press ENTER:
    FEATURE_INTRINSICS_USE_BINARY_COMPARE_KB925683
  5. On the Edit menu, point to New, and then click String Value.
  6. Type *, and then press ENTER.
  7. On the Edit menu, click Modify.
  8. Type 1, and then click OK.
Method 2
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl
  3. On the Edit menu, point to New, and then click Key.
  4. Type the following key name, and then press ENTER:
    FEATURE_INTRINSICS_USE_BINARY_COMPARE_KB925683
  5. On the Edit menu, point to New, and then click DWORD Value.
  6. Type *, and then press ENTER.
  7. On the Edit menu, click Modify.
  8. Type 1, and then click OK.

Registry settings for all users

To enable this update for all users in Windows Server 2003, use one of the following methods.

Method 1
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\FeatureControl
  3. On the Edit menu, point to New, and then click Key.
  4. Type the following key name, and then press ENTER:
    FEATURE_INTRINSICS_USE_BINARY_COMPARE_KB925683
  5. On the Edit menu, point to New, and then click String Value.
  6. Type *, and then press ENTER.
  7. On the Edit menu, click Modify.
  8. Type 1, and then click OK.
Method 2
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl
  3. On the Edit menu, point to New, and then click Key.
  4. Type the following key name, and then press ENTER:
    FEATURE_INTRINSICS_USE_BINARY_COMPARE_KB925683
  5. On the Edit menu, point to New, and then click DWORD Value.
  6. Type *, and then press ENTER.
  7. On the Edit menu, click Modify.
  8. Type 1, and then click OK.

↑ Back to the top


Status

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

↑ Back to the top


More information

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

↑ Back to the top


Keywords: KB925683, kbqfe, kbHotfixServer, kbwinserv2003sp2fix

↑ Back to the top

Article Info
Article ID : 925683
Revision : 5
Created on : 2/3/2011
Published on : 2/3/2011
Exists online : False
Views : 359