Live data from Hacker News

Why does target="_blank" have an underscore in front? (2024)

kyrylo.org

1–10 of 203 posts

Re: Why does target="_blank" have an underscore in front? (2024)

#6
post #3

Because “blank” can be a real frame name if you want to make your codebase a little harder on purpose. You still see _blank for links opening in new windows, but _parent, _self, etc not so much anymore.

The title of the post isn't asking HN users a question

Re: Why does target="_blank" have an underscore in front? (2024)

#8
My first "web app" used frames, it was good times. Some time later I used backbone.js, and while it was still good times, it did get a lot more complicated (e.g. having to manually disconnect and reconnect 'child' elements when the main element re-rendered so that they would retain their event handlers).
Post reply on HN