Click to See Complete Forum and Search --> : Dynamic drop-down boxes


NatuScape
07-02-2003, 03:17 PM
Hello everyone!

I've been using a JavaScript trick to control four drop-down boxes that are tied to each other. Now I want to migrate to using a database in the back-end and having that info fed from it to the dropdown boxes. I managed to do this using MS Access and Forms (and sub-forms) but I'd like to have an ASP page that does this. I'm really disoriented as to where to start looking!!! Anybody care to help???

Thanks a bunch!

Natalia :)

NatuScape
07-05-2003, 04:41 PM
Hey Dave!

Thanks, this sounds exactly like what I want to do. How do I make the dropdowns submit on change? I'm sure it's pretty basic code, right?

Thanks again!

Natalia

NatuScape
07-07-2003, 12:48 PM
Hi Dave,

As usual, many thanks for all your input. I've been working on it, and here's where I'm stumbling: these four drop-down boxes help me select four fields in a form that has a bunch of others. I got it to work with the four fields in a stand-alone form. But, if I have the drop-downs together with everything else, it will cause the other fields to be submitted too, right? How can I work around that?

Thanks again!

Me :)