anglimasS
anglimasS

Reputation: 1344

a href new tab open

I want to open a new tab without show that tab immediately

But i do not want use the following attributes in tag

  1. _blank
  2. _top
  3. _parent
  4. _self

So without these attributes how to implement.

Upvotes: 0

Views: 5544

Answers (1)

Widor
Widor

Reputation: 13275

Whether or not a link opens in a new tab is down to the user and their browser settings.

To do it without HTML attributes, you'd have to use JavaScript.

Upvotes: 4

Related Questions