PDA

Click to See Complete Forum and Search --> : Directory Listing in HTML


Whisper
May 22nd, 2000, 09:07 PM
Hey..

I'm making a webpage for file downloads, and I want it to always be current with the files that are available in the directory.

I figured if there was some way to get a HTML listing of the files in the directory, it would really take a load off. Anyone have a clue?

<~Whisper~>

Wynd
Apr 23rd, 2001, 09:00 PM
Well, you could try leaving out the index.html file and see what happens. The user might get a 403 error, however.

Mark Sreeves
Apr 25th, 2001, 03:59 AM
A directory list is not possible using HTML or javascript.

What server are you using?

It's possible with Active Server Pages. Would this be an option?

Mark Sreeves
Apr 25th, 2001, 05:07 AM
a ASP example:

http://support.microsoft.com/support/kb/articles/Q218/6/06.ASP

Mark Sreeves
May 8th, 2001, 05:40 AM
You can do it using client-side VB Script but that would makes it IE only and you also get an ActiveX component security warning - messy!