j.kramer
11-20-2005, 02:52 PM
This happens when I set it on rotating banners.
if (document.images) { var adImages1 = new Array('geek/gab/images/0/site5-468x60c.gif','geek/gab/images/0/crazy468x60hotad4.gif'); var adURLs1 = new Array('./gab_redirect.php?id=3&forumid=&script=index','./gab_redirect.php?id=5&forumid=&script=index'); var ad1=0; } function cycleAds1() { if (document.images) { if (++ad1 == adImages1.length){ ad1 = 0; } document.adBanner1.src = adImages1[ad1]; } setTimeout("cycleAds1()", 4300); } function gotoAd1() { window.open(adURLs1[ad1]); }
I see this error and under it is the banner displayed?
if (document.images) { var adImages1 = new Array('geek/gab/images/0/site5-468x60c.gif','geek/gab/images/0/crazy468x60hotad4.gif'); var adURLs1 = new Array('./gab_redirect.php?id=3&forumid=&script=index','./gab_redirect.php?id=5&forumid=&script=index'); var ad1=0; } function cycleAds1() { if (document.images) { if (++ad1 == adImages1.length){ ad1 = 0; } document.adBanner1.src = adImages1[ad1]; } setTimeout("cycleAds1()", 4300); } function gotoAd1() { window.open(adURLs1[ad1]); }
I see this error and under it is the banner displayed?