[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] do not parse
>Probably the only easy way is to break up your <IMG ...> tag so
>Interchange doesn't recognize it:
>
>document.write('<' + 'IMG ID="WTL_146012" ...
>
>Jon
I know nothing about Javascript. Would this work:
document.write('<' + 'IMG ID="WTL_146012" BORDER="0" WIDTH="1" HEIGHT="1"
SRC="/shop/images/'+W+'"' + '>');
so that IC won't recognize it and it will still be synonymous with:
document.write('<IMG ID="WTL_146012" BORDER="0" WIDTH="1" HEIGHT="1"
SRC="'+W+'">');
Thanks for your help. This sounds like the solution I'm needing.
- Grabt