Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Target _blank netiquette

Tags:

html

web

I'm not talking about the way and means of opening new windows or tabs, that's not the problem. (And I use a rel="external" attribute rather than target="_blank" these days anyway.)

I'm talking about the philosophy of this line of thinking:

Also the site map & Privacy Policy links at bottom of screen should open a new window rather than re-direct as again you cant get back to the page

Yea, thanks boss.

What does the team think? Personally I think it's a) a poor user experience and b) insults their intelligence, haven't people figured out their back buttons yet?

I'm interested to learn others' opinions.

like image 601
Mark Holland Avatar asked Feb 11 '10 10:02

Mark Holland


People also ask

What does target _blank mean in HTML?

A target attribute with the value of “_blank” opens the linked document in a new window or tab.

How do you use target blanks?

a target=”_blank” Open in New Browser Tab (or Window) The target attribute specifies where the linked document will open when the link is clicked. The default is the current window. If target="_blank" , the linked document will open in a new tab or (on older browsers) a new window.


1 Answers

My thought is that you shouldn't open a new window unless you've got a good reason (and you probably don't).

I think of it this way: if the window you're opening is for the same site and is a "full" copy of the same site (meaning they could continue on from there) then I wouldn't open a new window. If the user wants to, they can.

If the new window isn't a "full" window (eg help window, etc) then it is probably better off being a Javascript dialog box but if its not that then I guess that could be a new window.

Some sites also open links to other domains in a new window. I guess the main thing is consistency.

like image 86
cletus Avatar answered Oct 20 '22 10:10

cletus