RE: OT: dynamically populating a select box from another select box

2003-08-14 Thread webguy
PROTECTED] Sent: 13 August 2003 12:55 To: CF-Talk Subject: Re: OT: dynamically populating a select box from another select box Rather than trying to code everything yourself, you might want to look in the Exchange for a custom tag called CF_TwoSelectsRelated. This takes a query and outputs two

OT: dynamically populating a select box from another select box

2003-08-14 Thread Ryan Mitchell
Hello Im trying to dynamically populate a select box from another select box... Here's the JS code: function createSelectBox (subsection, section) { // populate subsection box according to section box // set up arrays

Re: OT: dynamically populating a select box from another select box

2003-08-14 Thread raedwards
Rather than trying to code everything yourself, you might want to look in the Exchange for a custom tag called CF_TwoSelectsRelated. This takes a query and outputs two select boxes so that when you pick one, it populates the other. I've tried it and it works great. I did have to tweak it some t