Page 1 of 1

ColdFusion and Javascript

Posted: Tue Nov 14, 2006 1:31 pm
by vchris
I am working on a complicated form. Now there is a select and depending on the choice of the select I have to return different records from the db. Is there a way to create a query that is only executed onChange event without page reload?

<cfscript> maybe? I never worked with this tag before.