Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Dependent Dropdowns

    I have searched high and low and haven't found a good tutorial for doing
    dependent dropdowns. I have 2 tables in my DB, Cat and SubCat,

    Cat looks like this,

    CatID
    Cat

    SubCat looks like this,

    SubCatID
    CatID
    SubCat

    I need to make 2 dropdowns, 1 where the user selects a Cat and then the
    SubCat dropdown populates with subcategories of the Cat selected. I have no
    budget for this, so extensions are out of the question. Can anyone point me
    to a good tutorial? I have done this before, but it was like 3 years ago
    and at a different job, so I don't have the code to look at.

    Thanks,
    Drew Laing


    Drew Guest

  2. Similar Questions and Discussions

    1. CSS dropdowns in IE - help!!
      I'm working in Dreamweaver MX and have created a CSS drop-down navigation that's working exactly as desired in Safari and Opera, but problematic in...
    2. MULTIPLE DROPDOWNS, ASP, VBSCRIPT
      Hi, I''m looking for someone to help me out in ASP. I''ve 3 to 4 or more combo boxes. On the change event of the combo boxes I want to fill the...
    3. Can JS dropdowns be on top of layers?
      Just wondering..... check it: www.downtownsound.com BR Thanks!
    4. Dropdowns in Netscape 4.7
      Kim!!! Thanks.
    5. DropDowns... another one.
      Hi all, I've got a DataList control that binds to a sqldatareader. In each row, I'd like to include a DropDown box with 5 fixed selections. ...
  3. #2

    Default Re: Dependent Dropdowns

    Drew

    Go to the Macromedia site and do a search for Client-side Dynamic Dependent
    List-boxes

    Brendan

    "Drew" <drew.laing@NOswvtc.dmhmrsas.virginia.SPMgov> wrote in message
    news:d0n100$e25$1@forums.macromedia.com...
    > I have searched high and low and haven't found a good tutorial for doing
    > dependent dropdowns. I have 2 tables in my DB, Cat and SubCat,
    >
    > Cat looks like this,
    >
    > CatID
    > Cat
    >
    > SubCat looks like this,
    >
    > SubCatID
    > CatID
    > SubCat
    >
    > I need to make 2 dropdowns, 1 where the user selects a Cat and then the
    > SubCat dropdown populates with subcategories of the Cat selected. I have
    no
    > budget for this, so extensions are out of the question. Can anyone point
    me
    > to a good tutorial? I have done this before, but it was like 3 years ago
    > and at a different job, so I don't have the code to look at.
    >
    > Thanks,
    > Drew Laing
    >
    >

    Singularity.co.uk Guest

  4. #3

    Default Re: Dependent Dropdowns

    That's what I was looking for... kinda funny that I searched macromedia's
    site with Dynamic Dependent dropdowns, and nothing was returned... listbox
    was the keyword!

    Thanks,
    Drew

    "Singularity.co.uk" <Brendan.Collins@RemoveThisSingularity.co.uk> wrote in
    message news:d0n29b$gal$1@forums.macromedia.com...
    > Drew
    >
    > Go to the Macromedia site and do a search for Client-side Dynamic
    > Dependent
    > List-boxes
    >
    > Brendan
    >
    > "Drew" <drew.laing@NOswvtc.dmhmrsas.virginia.SPMgov> wrote in message
    > news:d0n100$e25$1@forums.macromedia.com...
    >> I have searched high and low and haven't found a good tutorial for doing
    >> dependent dropdowns. I have 2 tables in my DB, Cat and SubCat,
    >>
    >> Cat looks like this,
    >>
    >> CatID
    >> Cat
    >>
    >> SubCat looks like this,
    >>
    >> SubCatID
    >> CatID
    >> SubCat
    >>
    >> I need to make 2 dropdowns, 1 where the user selects a Cat and then the
    >> SubCat dropdown populates with subcategories of the Cat selected. I have
    > no
    >> budget for this, so extensions are out of the question. Can anyone point
    > me
    >> to a good tutorial? I have done this before, but it was like 3 years ago
    >> and at a different job, so I don't have the code to look at.
    >>
    >> Thanks,
    >> Drew Laing
    >>
    >>
    >
    >

    Drew Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139