assuming I understand what you are trying to acheive, the fastest thing to do
is to create a directory on the web server and set it's permissions to allow
file browsing and then don't load a default page there but load the files
there. Then if you run the URL of the folder -
www.mydomain.com/mydirectory -
the browser will list the files (hyperlinked) in that folder.
When you run a URL like -
www.mydomain.com/mydirectory - the first thing
the server does is look for a default page ( index.htm ) in that folder to
load, in the absence of that file (permissions willing) the server will just
reply back with a file listing. If permissions stop that then it returns a
404 error.
David Bartosik
www.publishermvps.com