9. Look for f=ifr& in the code and add lt1=_blank& to the end of it (f=ifr<1=_blank&). It will look like the below before and after you make the change.
Sometimes you may notice your code looks a little different, with extra amp; occurring after every & ... in this case f=ifr& becomes f=ifr<1=_blank&
By the way, in my testing of this second scenario f=ifr&lt1=_blank& and f=ifr<1=_blank&; also worked. Go figure.
For clarity the text you are adding lt1=_blank is
lowercase "L" + "t" + number one + equal sign + underscore + word "blank".
Note on JavaScript Code (the 'JS' option):
As I understand it, Amazon's JavaScript banners have no parameter to tell it to open in a new tab or window. So, even if you were to defined your own, it won't know what to do with it.
Thanks For Reading
I hope you found this training useful and clear. If you have any questions, feedback or corrections, please let me know in the comments below.
I did however notice in the code of a product I set up today the line: "&link_opens_in_new_window=true&", not sure if it may spark a few ideas, I've played with it but to no avail so far.
I did exactly what you said.
The thing is that I use an Amazon banner that changes and actually has 2 ads. Sometimes it shows ad number 1 and sometimes it shows ad number 2.
After I did exactly what you said the result was: ad number 1 opens in a new window while ad number 2 still opens in the same window.
Why is that? And how can I fix it?
Thanks a lot,
Daniel