You all know like in ASP.. it is easy to make a script that lists all files in a directory (folder)

if i have "www.mysite.com/somefolder/
then it will list all the files in that folder
like, file1.jpg, file2.gif, file3.html and so on..

But is it possible to make a "file-lister" in pure HTML / JAVA ?

So that when i put that "fileshow.html" in a folder it will display all files in that folder if you goto "www.mysite.com/somefolder/filelister.html"


Please help me with this.. I need to have it done by the use of HTML / JAVA / DHTML

Thanks in advance, folks!