|
Answer» Hi All, I am looking for a way to cycle though a few images with each PAGE load. In other words when you load a page you SEE one image but the next time you load the page you see ANOTHER image
I was looking for a javascript to handle this. Is there another way to do this?
Thanks Did you find JavaScript to do this? Here's one reference on using JavaScript: http://mtsu32.mtsu.edu:11075/JavaScript/JavaScript_Image_Cycle.htm. I don't know of a way to do it without JavaScript. It certainly can't be done with just HTML, so I believe JavaScript is your only option. Server-Side script is a MUCH more versatile solution if it's possible.
|