Hi BrendanAvery, sure I'll take a look at some script examples; it maybe
helpful here or in a future project. I'm going to checkout the custom tag
'TwoSelectsRelated' that John Wilker suggested too.
-----Original Message-----
From: Brendan Avery [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 31, 2000 9:26 AM
To: CF-Server
Subject: Re: Two related Combo boxes
there's also the possibility of using (egads) frames or a popup window to
select county and then javascript it back to the form whence it is selected.
i use popup windows for database lists a lot. there's lots of neat
advantages to using this method; the most obvious being that the javascript
required only needs a 3.0 browser and the lists can be generated on demand;
so as a user, when i have a big form where i only need to change a couple
list values, i only request the selection lists i need and this can save a
lot of bandwidth and wait time.
plus, when you build a little popup dialog for list selection, it tends to
force you modularize your approach and make reusable elements, which can be
a boon when you have to generate the same kinds of lists for multiple types
of forms.
just a thought. let me know if you're interested in some script examples.
--BrendanAvery.com
----- Original Message -----
From: "Dan" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2000 5:18 AM
Subject: Two related Combo boxes
> Here's a hard one. I have a form with two combo boxes (State and County).
> The problems is that the 2nd (County) combo box is based on the value of
the
> 1st (State). I would like to keep the form together. Is there a way to
> make the 2nd boxes values change based on the input of the 1st?
>
> --------------------------------------------------------------------------
----
> To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
>
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com