Freejoy
November 20, 2010, 6:21pm
1
Hi
I’m having a little problem with this javascript code below:
<script src="http://mysitexx.com/tracking202/static/landing.php?lpip=414" type="text/javascript"></script>
It’s a tracking code that is suppose to go right before the </body> tag.
But when I put it there my tag cloud script stops working, but only on ei.
If I put it anywhere between the body tags the same. If I put it right before the </head> tag the tag cloud script starts working and I get an ei error saying something is wrong with the tracking script.
I’m not sure where to even start looking.
Anyone point me in the right direction?kn
Thanks
Raffles
November 20, 2010, 6:36pm
2
What’s “ei”? Do you mean IE (internet explorer)?
It’s hard to tell what’s wrong without seeing the script or your website, since the script reference in the code above is fake.
It’s like if I brought my car to the mechanic and asked him to “fix it”, without explaining what’s wrong or bringing the actual car.
Freejoy
November 20, 2010, 6:50pm
3
It’s fake!
Here it is exactly:
<script src="http://prosper.havway.com/tracking202/static/landing.php?lpip=414" type="text/javascript"></script>
I have it located where it’s suppose to be, right before the </body> tag.
The script above only appears on one page. The other pages the “tag cloud” works.
Yea, I meant ie (internet explorer)
Thanks
Raffles
November 20, 2010, 7:13pm
4
Can’t see why it would fail, but this looks suspicious:
document.write("" );
But it’s hard to tell without looking at your website , which is where things are going wrong!
Freejoy
November 20, 2010, 7:51pm
5
Thank you
I’m just putting the script back in front of the </head> tag for now. It gives an error but I’ll look into it later.