I need to make a page that with the use of javascript would automatically make an index with <img> tags pointing to the files in a directory. The beauty of this would be that I could just simply move a file to a directory to add it to the list instead of constantly modifying the html. It needs to just be able to read from its own directory would be find and list every file in it. (or even better every *.jpg;*.gif;*.bmp)