PDA

View Full Version : What is causing this problem.


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?

The Geek
11-21-2005, 07:10 AM
That isnt an error, thats javascript to rotate the banner. Where are you seeing this?

j.kramer
11-21-2005, 10:47 AM
On forum right above the banner, and yes it only shows up when I set it at rotating banners.

The Geek
11-21-2005, 10:56 AM
can you post me a URL so I can take a peek or email me the course code for the page?

Thanks