Help and Support
Hotfix Download Available

FIX: A new window always opens when you click a link that has a specified target in a WebBrowser control-based application

Article ID:906473
Last Review:May 14, 2008
Revision:6.1
Important This article contains information about how to modify the registry. Make sure that you 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:
322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows
On This Page

SYMPTOMS

Consider the following scenario. You load a Web page in a WebBrowser control-based application. You click a link that has a specified target. In this scenario, a new window always opens. This problem occurs even if the target window is already open. This problem occurs if one of the following conditions is true:
The WebBrowser control-based application is the shell for the operating system.
The WebBrowser control-based application is the startup program in a Terminal Services session.

Back to the top

RESOLUTION

Windows Vista

Service pack information

To resolve this problem, obtain the latest service pack for Windows Vista. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
935791 (http://support.microsoft.com/kb/935791/) How to obtain the latest Windows Vista service pack

Back to the top

Windows Server 2003

Hotfix information

A supported hotfix is 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.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if 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. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
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 tool in Control Panel.

Internet Explorer 7 for Microsoft Windows Server 2003
   Date         Time   Version        Size       File name
   ---------------------------------------------------------
   10-Oct-2007  17:48  7.0.6000.20696  6,067,200  Ieframe.dll
Internet Explorer 6 Service Pack 1
   Date         Time   Version        Size       File name
   ---------------------------------------------------------   
   06-Sep-2005  22:18  6.0.2800.1740  1,338,880  Shdocvw.dll
Internet Explorer 6 for Windows Server 2003
   Date         Time   Version        Size       File name
   ---------------------------------------------------------
   07-Sep-2005  02:22  6.0.3790.2524  1,503,744  Shdocvw.dll

Back to the top

Windows XP

Hotfix information

A supported hotfix is 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.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if 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. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
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.

Internet Explorer 7 for Microsoft Windows XP Service Pack 2
   Date         Time   Version        Size       File name
   ---------------------------------------------------------
   10-Oct-2007  16:30  7.0.6000.20696  6,067,200  Ieframe.dll
Internet Explorer 6 Service Pack 1
   Date         Time   Version        Size       File name
   ---------------------------------------------------------   
   06-Sep-2005  22:18  6.0.2800.1740  1,338,880  Shdocvw.dll
Internet Explorer 6 for Microsoft Windows XP Service Pack 2
   Date         Time   Version        Size       File name
   ---------------------------------------------------------
   07-Sep-2005  02:08  6.0.2900.2754  1,485,824  Shdocvw.dll

Back to the top

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Windows Vista Service Pack 1.

Back to the top

MORE 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 the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To enable this hotfix, follow these steps:
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.If the FEATURE_WEBOC_GLOBAL_WINLIST key does not exist in the FeatureControl key, right-click FeatureControl, point to New, and then click Key.

If the FEATURE_WEBOC_GLOBAL_WINLIST key does exist in the FeatureControl key, click FEATURE_WEBOC_GLOBAL_WINLIST, and then go to step 5.
4.Type FEATURE_WEBOC_GLOBAL_WINLIST, and then press ENTER.
5. On the Edit menu, point to New, and then click DWORD Value.
6. Type <appname>.exe, and then press ENTER.
7. Right-click <appname>.exe, and then click Modify.
8. In the Value data box, type 1, and then click OK.
9. Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
10.If the FEATURE_SHELLWINDOWSWITHOUTEXPLORER key does not exist in the FeatureControl key, right-click FeatureControl, point to New, and then click Key.

If the FEATURE_SHELLWINDOWSWITHOUTEXPLORER key does exist in the FeatureControl key, click FEATURE_SHELLWINDOWSWITHOUTEXPLORER, and then go to step 12.
11.Type FEATURE_SHELLWINDOWSWITHOUTEXPLORER, and then press ENTER.
12. On the Edit menu, point to New, and then click DWORD Value.
13. Type iexplore.exe, and then press ENTER.
14. Right-click iexplore.exe, and then click Modify.
15. In the Value data box, type 0, and then click OK.
16.To quit Registry Editor, click Exit on the File menu.
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 (http://support.microsoft.com/kb/824684/LN/) Description of the standard terminology that is used to describe Microsoft software updates

Back to the top


APPLIES TO
Windows Internet Explorer 7 in Windows Vista
Windows Internet Explorer 7 for Windows Server 2003
Windows Internet Explorer 7 for Windows XP
Microsoft Internet Explorer (Programming) 6 (SP1)
  Microsoft Windows XP Service Pack 2
  Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
  Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)

Back to the top

Keywords: 
kbautohotfix kbvistasp1fix kbwinserv2003sp2fix kbprb kbqfe kbfix kbbug kbpubtypekc kbhotfixserver KB906473

Back to the top

Article Translations

 

Related Support Centers

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.