Forum Moderators: DixonJones
here is the end part of thecode which is not working
if (ad3==15) {
link3="http://www.example.com";
adBanner3="images/global/banners_cml/eolrc.jpg";
width3="160";
height3="600";
alt3="END OF LINE";
}
document.write('<center><a href="' + link3 + '" target="_blank" onClick="javascript:urchinTracker('/banners/right_sky/example.com');">');
document.write('<img src="' + adBanner3 + '" width=' + width3 + ' height=' + height3 + ' border=0 alt="' + alt3 + '"></a>');
document.write('</center>');
and here is the original
if (ad3==15) {
link3="http://www.example.com";
adBanner3="images/global/banners_cml/eolrc.jpg";
width3="160";
height3="600";
alt3="END OF LINE";
}
document.write('<center><a href="' + link3 + '" target="_blank">');
document.write('<img src="' + adBanner3 + '" width=' + width3 + ' height=' + height3 + ' border=0 alt="' + alt3 + '"></a>');
document.write('</center>');
any reasons why this isn't working? cheers in advance
[edited by: engine at 2:45 pm (utc) on Sep. 16, 2008]
[edit reason] Please use example.com [/edit]