Hacker News new | ask | show | jobs
by lazide 481 days ago
I actually used the 1.0 version of Netscape Navigator, and did some web development on it back in the day.

Originally, _blank, _new, etc. weren’t special. A target ref to a name which wasn’t used would open a new window. If it was already used, it would take you to that open window.

People started using _whatever because just ‘blank’ would almost always cause a collision. Eventually it got standardized that it would always open a new blank window.

1 comments

If what you say is accurate then it should have been in the article. Because, as is, GP is correct that it doesn't answer the question!