I'm having a problem with Omniture that happens if I set s.products to something akin to
s.products = ";101;;;;eVar33=mystatus";
Unfortunately when the script later calls s.tl
, it crashes. The error has the following description in Firefox:
TypeError: tl is not a function
When I put in a product like usual, with only the product s.tl
works:
s.products = ";101";
Anyone knows why the script may crash like this? Am I missing something?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…