Click to See Complete Forum and Search --> : New home image with each visit


inchoate
07-10-2003, 12:35 PM
I am trying to change the image on my home/index page for each time someone visits. How would this be accomplished? Is it a <meta> tag?

Khalid Ali
07-10-2003, 01:32 PM
create an array of all th eavailable images,then get a random number generated using
Math.random() * array.length;
then use that value to retireve the image from the array..