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.

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. html head titleStates and Counties/title SCRIPT LANGUAGE=JavaScript // Load every county

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 PROTECTED]