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.
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:
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:
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:
Post ported from WVC
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 ?
Window.open() itself opens in new tab, Just remove '_blank'.Use the below code.
prakashstar42prakashstar42window.open syntax is like :
So the second parameter is windowname, not the target sepcification.
Please refer this link