RE: [KCFusion] dynamic dropdowns

2001-05-17 Thread Chris
Thanks Randy!!! This worked like a charm. I'm not sure this gets said enough but this list is a very good source of information. Chris --- "Ellis, Randy" <[EMAIL PROTECTED]> wrote: > Here is a working solution I just created. If the > code is not clear, email > me with questions at [EMAIL PROT

RE: [KCFusion] dynamic dropdowns

2001-05-17 Thread Ellis, Randy
Here is a working solution I just created. If the code is not clear, email me with questions at [EMAIL PROTECTED] You will need to modify the code for your stored procedures and default values. States and Counties // Load every county from every state

RE: [KCFusion] dynamic dropdowns

2001-05-17 Thread William Morris
Actually, I just wrote something very like this just to see if I could.  The goal in the exercise was to create dynamic lists that didn't require me to reload the page every time I needed an update.  The algorithm is entirely in javascript, and works basically like this: You have two arrays, we'll

RE: [KCFusion] dynamic dropdowns

2001-05-17 Thread Jones, Matt
There are several ways to go about this, easiest would be using either the twoselectsrelated or activeselect custom tags, the drawback being that you would have to select all of the states and all of the counties out of the database into a specificly structured recordset to be used by the tags. Al