Log in

View Full Version : Image Gallery



trazix
10-21-2007, 06:56 PM
I would like a script to create an image gllery.

I want to put the image file names in an array in the .js file, so it is easy to see what is available also so i can easily keep adding images in future.

When the web page loads I want the script to start with the last image added to the array and work it's way backwards up the list.

When the page loads i would like the script to display 25 images with a next page link to see the next 25 possibly using ajax so a large page wont have to load first.

Any help is much apreciated.