top | item 2574695

Ask HN: target="_blank" thoughts?

10 points| holdupadam | 15 years ago | reply

I'm marking up a page right now, have a list of Twitter users to link to and am debating the use of target="_blank" without an explicit "new tab/window" icon.

I personally have no use for this anymore. If I am browsing a webpage and I want the link to open in a new tab I will do it myself, otherwise I expect it to open in the same tab.

How do others feel about this?

20 comments

order
[+] nostrademons|15 years ago|reply
I hate it when websites do this, because it overrides the expected behavior of the browser with the author's desires. People who want each link to open in a new tab/window know about Ctrl-Click or Right-Click+Open-in-new-window. They can do it themselves if they desire. For everyone else, this is rude, annoying, and breaks the back button.
[+] staunch|15 years ago|reply
Has Google ever done a study to see how many people know about opening a link in a new window/tab?

They must have, right?

Based on my experience it's very much less than half of normal people know how to do this.

[+] holdupadam|15 years ago|reply
Totally agree.

It seems like a convention that exists for sites that want to force the user into their content even when they want to leave. Unless it is a file download link - I find it incredibly rude.

[+] EECS|15 years ago|reply
You forgot the famous third-click. Ctrl or cmd click or right click seems... too much work lol
[+] getonit|15 years ago|reply
> People who want each link to open in a new tab/window know about Ctrl-Click or Right-Click+Open-in-new-window.

Source? That's almost entirely untrue in my own experience (my audiences are quite large, quite varied, and not particularly ludite).

[+] plasma|15 years ago|reply
I think using it is still appropriate when you know the user isn't intending to really leave the page they're on.

For example, clicking on a help link (while filling out a screen) or anything else that would disrupt what the user's doing unintentionally.

[+] jenniart|15 years ago|reply
I agree. I think sometimes it's okay when you're sure that the user wouldn't want to browse away from the page they are on... such as when filling out a form or maybe even watching a tutorial video. Otherwise, I think it should be left up to the user.

Personally I tend to use it for links like "follow us on twitter" because I'm hoping that they will keep both tabs open. However the comments here are making me wonder if that's too forceful.

[+] mooism2|15 years ago|reply
My expectation when browsing the web is that web apps open external links in new tabs, while mere web pages open links in the same tab. Unhelpfully, the line between "app" and "page" is fuzzy.
[+] squidsoup|15 years ago|reply
Agreed - fine for contextual information, help, glossaries, but not to be used indiscriminately.
[+] proexploit|15 years ago|reply
Use it only when you need a new tab/window to open and nowhere else. You don't want to try and make a user's life easier by guessing if they'd open a new tab, because some won't want to.

The only place I've used it in months is on Facebook iFrame applications where otherwise avoiding it would cause a larger page to load in a smaller area and get cut off.

As another poster mentioned, it would be good to mark as opening in a new window with an icon or text. When it's a small bit of information (like a couple paragraphs of help text), I always appreciate a modal window or tooltip first.

[+] Omni5cience|15 years ago|reply
"The only place I've used it in months is on Facebook iFrame applications where otherwise avoiding it would cause a larger page to load in a smaller area and get cut off."

Which would be the "target" attribute's intended purpose, frames that is.

[+] rocktronica|15 years ago|reply
I understand the sentiment and don't use it on personal sites. For apps, though, I don't quite have the confidence that my users will know to open external links in new tabs.
[+] cstrouse|15 years ago|reply
It's fine I guess for external links but it really bugs me when people use it for links to other pages on their own site.