> Anyone written any javascript that works similiar to the
> ThreeSelectsTag?  I
> have a list of radio buttons that depend on what I pick needs
> to run a query and
> populate a drop down box, make a selection from that box
> which runs a query to
> populate another drop down box. The problem with the
> ThreeSelects tag is that
> you have to run 1 query up front.. I need to run the query on
> the fly.  I've
> been messing with the Javascript code from
> threeselectsrelated, but I don't know
> even JS to get this working... anyone have some snippets they
> could pass my way?

The problem here is that CF will have to generate the code to build the
queries

You have 3 options that I can think of

1) Build all of the arrays first will all data that might be required
(like Nate's 3 Select)
2) Use a Frame solution, where the Radio & first Select re-load a Frame
which re-gets the data
3) Use a Flash based system which gets the data, but I have no idea how
to do this - it might require MX

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to