How to stay on current window when the link opens in new tab?

HuffMarketing

Newbie
Joined
Dec 10, 2015
Messages
32
Reaction score
12
When a visitor clicks on a link.

Is there a way to stay on the current window instead of going to the tab ?

Html? Any other code or way to do this?

Huff
 
Nope, AFAIK. It depends on browser, but some browsers do allow users to change the behavior as they want.
 
You can try using pop-under javascript code instead of pop-up code.

Code:
https://stackoverflow.com/questions/4261784/making-a-window-pop-under-in-chrome
https://popunderjs.com/
 
Back
Top