24.08.2019
16
Internet Explorer 11 Open In New Window 5,0/5 562 reviews

Hi, this occurs due to IE10 setting about pop-up, the default setting is “Let Internet Explorer decide how pop-ups should open”, if you want to open the page in a new window, you can open IE10 option, under “General”, “Tabs”, “When a pop-up is encountered”, please select “Always open pop-ups in new window”. As vektor fallout 4 mods.

  1. Internet Explorer 11 Won't Open In Windows 10
  2. Run Internet Explorer 11 On Windows 10

If you find that nothing occurs after you click a link and that you cannot open a link in Internet Explorer new window or tab, then this article may interest you. Or sometimes it may happen that a new tab opens, but it opens as a blank page only. Additionally, you receive the following error message if you try to perform a search on the page by using the Find (on This Page) command:

An error has occurred in this dialog, Error 49: Interface not registered

Cannot open link in Internet Explorer

Why does this happen? The issue occurs when dynamic link library (DLL) files that are related to Internet Explorer are not correctly registered. So, to fix the problem you need to re-register the DLL files that are related to Internet Explorer. You can do so by following these simple steps.

Open an elevated command prompt, type regsvr32 urlmon.dll and then click Enter. This will re-register the urlmon.dll file and you will see the following box:

DllRegisterServer in urlmon.dll succeeded

Repeat the steps 1 through 7 for the rest of the DLL files by replacing the regsvr32 urlmon.dll command in the Open box with the following commands:

  1. regsvr32 actxprxy.dll
  2. regsvr32 shdocvw.dll
  3. regsvr32 mshtml.dll
  4. regsvr32 browseui.dll
  5. regsvr32 jscript.dll
  6. regsvr32 vbscript.dll
  7. regsvr32 oleaut32.dll

That’s it! You should find your problem fixed now.

Check this post if you cannot open particular website in Internet Explorer.

You can also see if the following posts help you:

  1. Microsoft Internet Explorer Troubleshooter.

Post ported from WVC

TIP: Download this tool to quickly find & fix Windows errors automatically

Internet Explorer 11 Won't Open In Windows 10

Explorer

Related Posts:

I've searched many links for my query. But couldn't get the one I want.Am using in window.open(url, '_blank') in my script on click of button(am not using any html here, I want it to be on button click only). Its working in Chrome, IE8. I want to open a new tab in the same window in IE11. I don't want to do any settings in Internet Options of IE. Because the script has to work in every system, if I go with manual settings the script won't run in all the systems where ever I test.Is there any bug with IE11 ?

Girish
9,9393 gold badges27 silver badges44 bronze badges
HookUpHookUp
1491 gold badge2 silver badges14 bronze badges

2 Answers

Window.open() itself opens in new tab, Just remove '_blank'.Use the below code.

prakashstar42prakashstar42
3981 gold badge3 silver badges15 bronze badges

window.open syntax is like :

So the second parameter is windowname, not the target sepcification.

Please refer this link

Run Internet Explorer 11 On Windows 10

Nayana_DasNayana_Das
1,2903 gold badges18 silver badges35 bronze badges

Not the answer you're looking for? Browse other questions tagged javascriptinternet-explorer or ask your own question.