Hi
Please can you help me modify the codes below to enable Shopping.com BUY URL open in a new window.
{code saved}
Thanks
Joseph
Hi David,
I forgot to mention I had already tried both
target="new"
AND
target="_BLANK"
NONE of them works. it doesn't open a new window. So i was thinking i had overlooked something. any other ideas..
Am puzzle both codes failed. In fact putting both codes BREAKS the shopping.com script that the navigation doesn't show. So I have removed it
Joseph
Hi Jospeh,
Ah that makes sense - the code will be in PHP mode at that point; so instead of double-quotes - " - use single quote - ' - e.g.
target='_BLANK'
That should be all it is!
Cheers,
David.
--
PriceTapestry.com
Hi Joseph,
I removed the code as it contained your shopping.com API credentials but it was almost correct; but in each place where you have added:
target="new"
...this should be:
target="_BLANK"
Cheers,
David.
--
PriceTapestry.com