javascript_howto thread: Creating a link that changes URL while the image changes
> I currently have an animated gif that changes every few seconds. I
would
l> ike to replace this with a function that will change the image, and
when
t> he image changes change the link should also change so that the
different
i> mages lead to different pages. I have a swapImage function, but it is
t> riggered by a mouseOver event, and I'm having problems finding a timer
f> unction to handle the swapImage.
> Thank you
M> ike