I came accross a Javascript that checks to see what plug-ins are contained in the plug-ins folder of the respective browser. Then dynamically generates a table with a listing of the plugins and other related info.
I Would like do the same thing, but call in images instead. The catch is that the number of images would fluctuate. The comparison would be similar to ColdFusion where the database is searched and then displays the content.
In short, would like to be able to call in dynamic info into a table from an "images" folder without having to individually list each photo in an array. There are over 200 photos and this number changes frequently.
Any help would be greatly appreciated!
Thanks!
I Would like do the same thing, but call in images instead. The catch is that the number of images would fluctuate. The comparison would be similar to ColdFusion where the database is searched and then displays the content.
In short, would like to be able to call in dynamic info into a table from an "images" folder without having to individually list each photo in an array. There are over 200 photos and this number changes frequently.
Any help would be greatly appreciated!
Thanks!

Comment