Javascript Cfquery

2010-10-12 Thread fun and learning
Hi All - I am trying to do the following: function abc(arg1, arg2) { select * from table1 where col1 = arg1 .. } Is it possible to pass javascript arguments to a coldfusion query which is in turn presen

Re: Javascript Cfquery

2010-10-12 Thread Ian Skinner
On 10/12/2010 1:20 PM, fun and learning wrote: > Hi All - > > I am trying to do the following: > > >function abc(arg1, arg2) { > > select * from table1 where col1 = arg1 > > .. > } > > Not simultane

Re: Javascript Cfquery

2010-10-12 Thread Charlie Griefer
On Tue, Oct 12, 2010 at 1:20 PM, fun and learning wrote: > > Hi All - > > I am trying to do the following: > > > function abc(arg1, arg2) { > >select * from table1 where col1 = arg1 > > .. > } > > > > Is it poss