How do I open a new browser tab?
Posted
by Ionut Staicu
on Stack Overflow
See other posts from Stack Overflow
or by Ionut Staicu
Published on 2010-03-21T10:47:28Z
Indexed on
2010/03/21
10:51 UTC
Read the original article
Hit count: 462
JavaScript
|browser
Hi guys.
I'm working on this project and I have to open a new browser tab. Actually, I have to open a target="_blank"
link without the link. I know is not right to interfere with the user preferences, but hey, this is the project requirements.
So, long story short, i have to replicate the target="_blank"
behavior only with javascript.
Is this even possible? Thanks!
© Stack Overflow or respective owner