looking for an example of a page that adds another pulldown as user selects from the first

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

    looking for an example of a page that adds another pulldown as user selects from the first

    Hello,

    I'm looking for an example of doing a page with pulldown menus, where
    the user selects a choice from the first pulldown, then based on that
    input, another appears, then the user selects from that one, and based
    on that input, yet another appears, etc...

    Thanks,
    Mike
  • Ray Costanzo [MVP]

    #2
    Re: looking for an example of a page that adds another pulldown as user selects from the first



    Ray at work

    "Mike" <mike_newsgroup s@yahoo.com> wrote in message
    news:6a68ace3.0 409160934.7ede7 00b@posting.goo gle.com...[color=blue]
    > Hello,
    >
    > I'm looking for an example of doing a page with pulldown menus, where
    > the user selects a choice from the first pulldown, then based on that
    > input, another appears, then the user selects from that one, and based
    > on that input, yet another appears, etc...
    >
    > Thanks,
    > Mike[/color]


    Comment

    • Curt_C [MVP]

      #3
      Re: looking for an example of a page that adds another pulldown as user selects from the first

      you have two options.
      1) pull ALL values to the clientside and filter them with clientside code
      2) post back to the server with each ddl selection to retrieve the available
      options for the second.

      Which way are you talking about?

      --
      Curt Christianson
      Owner/Lead Developer, DF-Software
      Site: http://www.Darkfalz.com
      Blog: http://blog.Darkfalz.com


      "Mike" <mike_newsgroup s@yahoo.com> wrote in message
      news:6a68ace3.0 409160934.7ede7 00b@posting.goo gle.com...[color=blue]
      > Hello,
      >
      > I'm looking for an example of doing a page with pulldown menus, where
      > the user selects a choice from the first pulldown, then based on that
      > input, another appears, then the user selects from that one, and based
      > on that input, yet another appears, etc...
      >
      > Thanks,
      > Mike[/color]


      Comment

      Working...