> Is there a way to use a _javascript_ trigger like "onclick" to
> update a record in a database WITHOUT calling a new CF
> template and refreshing the screen?
> The idea is that there are multiple check boxes on the
> screen, each representing a record. A user clicks the check
> box and it updates the associated record with a CFQUERY
> update.  Any help would be appreciated.

You need to use "something" server side to interact with the DB to update
the record, _javascript_ is client side. However, you can look into the JSAPI
client/server gateway at http://www.pengoworks.com/. Read up on the gateway,
I think it is probably what you are looking for. Some others will chime in
with some more recent discussions on this gateway topic, but I have only
used the one referenced above.

Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to