On 10/5/06, Matt Williams <[EMAIL PROTECTED]> wrote:
I second the use of qForms for something like this. Even if working on
an existing app, adding qForms take minimal effort. You use a combo of
CF/_javascript_ to create _javascript_ objects that hold the select box
options. Then, to preselect a value, it would look something like:
objForm.MainSelect.setValue("#MainSelectValue");
objForm.RelatedSelect.setValue("RelatedSelectValue");
Matt
On 10/5/06, Dan Vega <[EMAIL PROTECTED] > wrote:
> Thanks for everyone's help. This was an existing application that I was just
> trying to make some updates to. I think I need to take some time and just
> write the related selects using an Ajax solution.
>
--
Aaron Rouse
http://www.happyhacker.com/
You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm
CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
