Hi all, Im working on DotNetNuke BTBRandomImage module and this a custumization of the module to randomly change images on a timer based event.
This has been implemented using javascript. But the problem is evertime when the "src" of image is changed it requests the image again from the server. This increases the number of http requests towards the server.
Is there any way where i can reduce these request,and why are the same images getting downloaded again?
Thanks in advance,
Pooja