How to pass javascript variable to a cf tag?

2001-03-12 Thread JAIME HOI
i am using a inside a javascript function. Question is how do i pass the javascript variable to the cfquery? this is an example of the code. function ChangeSelect(value) { select family_name || '

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread Philip Arnold - ASP
> i am using a inside a javascript function. Question is how do i > pass the javascript variable to the cfquery? > this is an example of the code. > > function ChangeSelect(value) > { > > select family_name || ' ' || given_name as name > from table where > company_code = 'the

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread JAIME HOI
javascript variable to a cf tag? > i am using a inside a javascript function. Question is how do i > pass the javascript variable to the cfquery? > this is an example of the code. > > function ChangeSelect(value) > { > > select family_name || ' ' || given_nam

Re: How to pass javascript variable to a cf tag?

2001-03-13 Thread Joseph Thompson
Someone beat you too it :) Try the TwoSelectsRelated tag at the Allaire tag gallery (Developers Exchange) > i understand that by putting the js values into a forn , i can read using > CF. But..what i am doing now is to create a dynamic drop down list based on > what is selected on the first drop

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread JAIME HOI
9:46 AM To: CF-Talk Subject: Re: How to pass javascript variable to a cf tag? Someone beat you too it :) Try the TwoSelectsRelated tag at the Allaire tag gallery (Developers Exchange) > i understand that by putting the js values into a forn , i can read using > CF. But..what i am doing

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread Kym Kovan
Hi, >juz a pity that this tag is not what i am looking for. I need to populate >from 2 different tables, different columns so i will need 2 cfquery but this >tag only allows for 1 cfquery tag. The tag can easily be rewritten to take two separate queries, we had to do that for one job we had, it

RE: How to pass javascript variable to a cf tag?

2001-03-14 Thread Philip Arnold - ASP
> >juz a pity that this tag is not what i am looking for. I need to populate > >from 2 different tables, different columns so i will need 2 > cfquery but this tag only allows for 1 cfquery tag. > > The tag can easily be rewritten to take two separate queries, we > had to do that for one job we had