TIP: Opening Windows: _new or _blank?

Posted by jay on June 8, 2006 under Tips | Be the First to Comment

I recently had an issue come up about a link on our intranet that I shrugged off as a user error. In the end it was a user error but it was not an end user error it was a developer user error instead.

The intranet was set up by someone else and they used the a href attribute target=_new:

HTML:
  1. <a href="http://you.gotfoo.org" target="_new">you.gotfoo?</a>

For years I assumed that this was the proper way to open a new window. That was until the issues was brought up to me and a junior developer started telling me how to do stuff. At first I shrugged it off as some weird IE setting because I could not replicate the behavior. The issue came back again so I figured I should get off my ass and look into it a little more.
Read more of this article »