Hello, Checked out that page, and thought i'd look for examples before I downaloded to see what it can do etc
http://ajaxcfc.com/ www.ajaxcfc.com etc don't work. any idea where I can get more info about it\ an introduction? links to the pages formt he author's website http://www.robgonda.com/ don't work,. any posts on this site about cfajax are quite old >>> Kym Kovan <[email protected]> 23/03/2010 12:19 pm >>> On 23/03/2010 12:05, Scott Thornton wrote: > Hello, > > I have been very lazy and not delved into any ajax stuff, mostly because > I don't have the time, and we have tried to keep the application I work > on as simple as possible. > > However, I was wondering if it was possible to perform the following > asynchronously without a page submit: > > User enters a date > Submit is pressed > the /program /checks to see if the date exists in the database > If the record exists, continue, otherwise, display a message to the user... > If so, can anyone direct me to a resource to help me figure this out > that combines the ajax functionality with CF calls to a database? > I use cfmx6.1 If you just want to do ajax stuff without heavy javascript User Interfaces stuff then ajaxCFC is for you: http://ajaxcfc.riaforge.org/ There is an example of almost exactly what you are truing to do. If you are into javascript then you can try jquery or extjs, or wrap extjs in ColdExt -- Yours, Kym Kovan mbcomms.net.au -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
