I would like to keep most of the stuff on the server-side.  I was playing
with the onchange= in the cfselect but now I need to make a cfmodule look
like javascript or find the syntax that will allow me to use the cfmodule
directly.  The <CFmodule template="GetCounty.cfm"> builds my county list
based on a passed state code.

 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   Tuesday, October 31, 2000 9:06 AM
To:     CF-Server
Subject:        Re: Two related Combo boxes

Send the data to the browser and use client-side code to populate on the
fly.
How big is the complete state/county list ... 50K? If so ... it is like
sending another graphic to the client.

If you control the browser [IE5/4 and I guess some IBM flavor XML compliant
browsers] you can send the data via XML and parse state/county on the fly
client-side. This would look good on your resume.

Bill
Willow Gold
http://www.willlowgold.com

In a message dated 10/31/00 8:19:51 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:

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

Reply via email to