Hey there everyone,
I have created a filesystemobject that displays thumbnails of all the images in a directory. So far so good
If someone clicks on the thumb and displays the full size image, I want to give it some gallery-type behaviours with a next image and previous image link.
Once I have the list of images in the object, how can I show the current image and at the same time get the name of the next and previous?
I am more used to PHP in which, if it was an array, I would move the pointer forward or backward, but I can't see how to do this or even if it can be done in ASP.
Thanks muchly in advance.
Steve Davis
NOTE: This sig does not include any reference to voting, stars, or marking posts as helpful as doing so is cause for membership termination.
I have created a filesystemobject that displays thumbnails of all the images in a directory. So far so good
If someone clicks on the thumb and displays the full size image, I want to give it some gallery-type behaviours with a next image and previous image link.
Once I have the list of images in the object, how can I show the current image and at the same time get the name of the next and previous?
I am more used to PHP in which, if it was an array, I would move the pointer forward or backward, but I can't see how to do this or even if it can be done in ASP.
Thanks muchly in advance.
Steve Davis
NOTE: This sig does not include any reference to voting, stars, or marking posts as helpful as doing so is cause for membership termination.