View Full Version : I don't know what to change here...


jlknauff
11-05-2004, 11:31 AM
Ok, I don't know anything about JS except for the most basic things so this may seem like a pretty simple question but I can't find it. I need to find a way to take out EVERYTHING related to Micro$oft in this script & more importantly, change where it goes when you click on it. I saw some stuff near the end of the script but I don't know what's safe to chop out or change other than what I've already changed. Here it is:

http://www.vsssleep.com/testing.htm

BTW-don't click the image untill I can get all the tracking crap out of the script ;)

jlknauff
11-05-2004, 11:43 AM
Ahhh, I got the target fixed, but I think there is still some stuff from MS to track that I'd like to take out.

jlknauff
11-05-2004, 11:53 AM
the tracking is in this line

document.write('<div style="height:60; width:464;"><table border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="position:absolute; clip:rect(auto, auto, 60, auto);z-index:200;" onmouseover="adDoDrop_0(this);" onmouseout="adUnDoDrop_0(this);"><tr><td><a href="' + clickThrough + '"><img border="0" width="468" src="' + imgPath + '" alt="' + altText + '" onmouseover="document.cktrackingimg_0.src=\'http://\'" /></a></td></tr></table><img style="display:none;" name="cktrackingimg_0" src="http://rmads.msn.com/ads/abuimg/clear1.gif" height="1" width="1"></div>');