tags:

views:

59

answers:

2

How to open web link in new tab. If i specify Google means on clicking the link, it opens in new new window and not in new tab. How to make the web link open in new tab?

alt text

I am using IE8 browser, i have set settings to open links from other programs in new tab but still it opens up in new window!!!

+4  A: 

The behavior whether a page opens up in a new window or a new tab depends on the web browser. Actually there is always a new window opened but you can set your browser to open new windows in a new tab.

Nick
I am using IE8 browser, i have set settings to open links from other programs in new tab but still it opens up in new window!!! Please take a look at the screen shot present in the question
banupriya
Try the option "Always open pop-ups in a new tab".
Nick
+2  A: 

in an HTML anchor you can only specify a link to be in the same or in a new window. if this 'new window' is either a new tab or a real new window is pure browser settings.

Stefanvds