Helpful Information
 
 
Category: Looking for such a script or service
Open link in new tab

I'm searching for code that'll open a link in a new tab, just as you can open one in a new window.
The code would have to be able to detect browser version and open in a new window if it doesn't support tabbed browsing.

Thanks in advance.

Can you do that? Seems to me that you would need to basically rewrite an over ride for use settings. In FF atleast (as I haven't tried IE7 yet) opening links in a new tab or a new window is a user choice, not a web masters.

Theoretically then, if I want all links to open in a new window they will do so, despite what code you have on the link itself.

Yes IE 7 also support a provision for opening new window(s) using new tabs. I don't think it is possible for the developer to override the settings of user browsers.

Another example is even if you don't display address bar IE 7 will add its own address bar overriding the script that generate the popup window irrespective of its settings..

Just for kicks and giggles, thought I would make up what I believe to be a random code for opening links in new tabs. Using HTML codes do the following.

<a href="pickasitename.net" target="_tab">Pick a Site Name</a>

Tried it in Firefox and it opened link in new tab (as long as tabbed browsing is turned on). Tried it in IE7 as well to no avail, just opened it in a new window.










privacy (GDPR)