I have a large folder of images from which I would like to display the contents of into a single page. Is there a JavaScript that will display all the images inside this folder? BTW, the images do not stick to a naming convention. ;)
Printable View
I have a large folder of images from which I would like to display the contents of into a single page. Is there a JavaScript that will display all the images inside this folder? BTW, the images do not stick to a naming convention. ;)
I don't think so. As far as I know JavaScript doesn't have functions to read a directory listing into an array.
If you would number the files (with a renamer like CKrename it takes just a second), then you could display all the pictures easily with a simple for-loop.
Good idea, much like you have demonstrated here. ;)
:oQuote:
Originally posted by Amarjit@14 October 2003 - 16:42
Good idea, much like you have demonstrated here. ;)