ch 10 Banner Advertisement, setInterval
I can do the setTimout method example because full code is in book, but can not figure out the setInterval so the banners rotates continuously. Would anyone have the full code for this example so I can see where
var myTimerID = setInterval ("myFunction()",5000);
goes.
Thank you,
Soco Sean
|