Skip to main content
Venian
Inspiring
June 7, 2013
Answered

_blank always opening in the same new tab

  • June 7, 2013
  • 2 replies
  • 702 views

Hi there,

I am curios if there is a workaround this issue. If you have an ad, let's say, that for any click it's set to use "_blank", every subsequent click will change page in only one new opened tab. There aren't more tabs created. Just one new tab created and then address is changed in the same tab.

I also tried using ExternalInterface.call("window.open") and even this one still opens in the same new tab. If I do windows.open from javascript it opens new tabs continuously.

If any one knows a way around this, please let me know!

Thank you,

Vlad

This topic has been closed for replies.
Correct answer Venian

Thank you mate, but solved it!

I was working on code from some previous guys. I didn't know there's a string hardcoded to replace the target. It wasn't blank. It was "_companynamead". If you put any random string except the valid one you will get this behaviour apparently.

2 replies

Venian
VenianAuthorCorrect answer
Inspiring
June 7, 2013

Thank you mate, but solved it!

I was working on code from some previous guys. I didn't know there's a string hardcoded to replace the target. It wasn't blank. It was "_companynamead". If you put any random string except the valid one you will get this behaviour apparently.

kglad
Community Expert
Community Expert
June 7, 2013

that's useful to know.

kglad
Community Expert
Community Expert
June 7, 2013

i don't see that.  every click opens a new tab in firefox with fp 11.

test other browsers to see if this is a browser issue.