Working on a project I have been added into and theres a few odd issues just starting to appear.
They use dynamic links to the car website AutoTrader. Before now, I had never heard of
target="_new"
or after some looking the now valid
target="new"
Upon research, it appears that the "new" will search for a tab opened before using the new method and replace that tabs url with the new one.
For around a year, this was working fine. But in the last couple of days I have had reports that sometimes it works, but other times it opens up in a completely new window. This never used to happen.
We have not changed any code except moving to AWS... is this possibly something to do with AutoTrader? Not sure if a website itself could control this behaviour but I cant see it?
Any information on this or possibly how to always guarantee that the new clicked link will always open in the same tab?