RE: Trigger query without a page Reload?

2005-03-30 Thread John Stanley
you could have the form target an iframe and the action of the form be the update page. you dont need to use cfform. it will work just fine with ordinary forms and a bit of javascript. -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:35

Re: Trigger query without a page Reload?

2005-03-30 Thread Joe Rinehart
Paul, I'd search the archives of this list for Neuromancer and Ajax - ways of posting to services using Javascript / XML, and updating the shown page with DOM manipulation when a result is returned. -Joe On Wed, 30 Mar 2005 14:34:55 -0500, Paul Henderson [EMAIL PROTECTED] wrote: Not sure if

RE: Trigger query without a page Reload?

2005-03-30 Thread Connie DeCinko
I've got something like that. JavaScript updates the cart without reloading the page. -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 12:35 PM To: CF-Talk Subject: Trigger query without a page Reload? Not sure if this is possible or

Re: Trigger query without a page Reload?

2005-03-30 Thread Jochem van Dieten
Paul Henderson wrote: Can I trigger a query or add to a List without having to reload the entire ..cfm page on the client's end? Maybe with a cfform? The user will be looking at a list of items, I'd like them to be able to add an item to a cart, either with a query or List, without having