[ic] do not parse

Grant interchange-users@icdevgroup.org
Tue Oct 15 17:08:00 2002


>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