Results 1 to 5 of 5

Thread: Directory Listing in HTML

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    17
    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~>

  2. #2
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Well, you could try leaving out the index.html file and see what happens. The user might get a 403 error, however.
    Alcohol & calculus don't mix.
    Never drink & derive.

  3. #3
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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
    -------------------

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Mark
    -------------------

  5. #5
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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!
    Mark
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width