Home > Software design >  Popup comes, ask me to redirect to external URL when the link opening in new tab in my WordPress web
Popup comes, ask me to redirect to external URL when the link opening in new tab in my WordPress web

Time:03-08

I am seeking a help when I am trying to open a link which is being redirected to external URL. Popup comes and asks me if I am ok to open a link in new tab.

On inspect Element, the following code is coming

<div ><div style="" id="ja_164642153664610723"><div><div tabindex="0" role="button" aria-pressed="false" aria-hidden="false">×</div><div ><div>You are opening a new window.</div></div><div >Are you sure you want to proceed?<div ><a href="" id="ja_btn_164642153664797026" target="_self" tabindex="0" aria-hidden="false">Go to URL... https://www.twinstardevelopment.com/</a> <a href="" id="ja_btn_164642153664716093" target="_self" tabindex="0" aria-hidden="false">Cancel</a> </div></div></div></div></div>

Earlier the website was with another developer, and now I am confused how he has done this. I have checked the complete code but not able to find.

Screenshot is attached for the reference.

https://paste.pics/06978ad3aca67f06101afe79627eb0e0

Any help will be welcomed

CodePudding user response:

This is resolved now. This was coming through plugin "Exit Notifier"

  • Related