RE: Odd CF / Javascript Question

2004-04-13 Thread Pascal Peters
You can not do it without calling a CF template, but you can do it without refreshing your screen. Create a hidden frame to handle requests to the server without refreshing the current screen. Call the template to update the record in that hidden frame. Pascal > -Original Message- > From

RE: Odd CF / Javascript Question

2004-04-13 Thread Tangorre, Michael
> 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 upd

Re: Odd CF / Javascript Question

2004-04-13 Thread Thomas Chiverton
On Tuesday 13 Apr 2004 13:02 pm, Jeff Waris (Jeff Waris <[EMAIL PROTECTED]>) wrote: > 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

Odd CF / Javascript Question

2004-04-13 Thread Jeff Waris
Here is an interesting one. 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