I want the script to force the Internet Explorer user to open a new tab instead of a new window whenever someone clicks on the link (target = "_ blank") on my web page.
I hate how Internet Explorer opens new windows by default instead of new tabs when clicking a link / banner. All other popular browsers (e.g. Chrome, Opera, Firefox) open tabs by default.
Preferably, this script works in all versions of IE that support tabs.
So ... How to make IE open a new tab instead of a window using JavaScript, what is the default behavior?
source
share