dynamic drop-down linked lists

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Healy

    dynamic drop-down linked lists

    I want to create a drop down list that looks at the files in a
    directory and dynamically inserts them in the list, so that they are
    linked to the path. If I add a new file to the directory, I want that
    to be linked on the webpage dynamically. Any help is appreciated.
    Thanks.
  • kaeli

    #2
    Re: dynamic drop-down linked lists

    In article <3541f1a0.04071 41038.77fbe38a@ posting.google. com>, cah1011
    @hotmail.com enlightened us with...[color=blue]
    > I want to create a drop down list that looks at the files in a
    > directory and dynamically inserts them in the list, so that they are
    > linked to the path. If I add a new file to the directory, I want that
    > to be linked on the webpage dynamically. Any help is appreciated.
    > Thanks.
    >[/color]

    Can't be done without something that can run on the machine where the
    files are.
    If the files are on a web server, you'll need a server-side scripting
    language.
    How you then make the web page dynamic has a few solutions, depending on
    the exact behavior you want and the target browser(s).

    Please look up the difference between server-side and client-side before
    attempting anything of this nature. :)

    --
    --
    ~kaeli~
    Do cemetery workers prefer the graveyard shift?



    Comment

    Working...