It caught me a few times because it doesn't return plain text. It returns some sort of javascript object which is roughly analogous to a Structure in that it allows dot syntax. If you just want to return "plain text" then stuff that plain text (HTML, text, img tag, etc) into a variable and return that using the "Classic" mode. It's the first example at the top.
I'd love for the author to allow you to return just a string of text as a simple var. That would be nice, but this way is just one extra step. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 10:12 AM To: CF-Talk Subject: Re: AJAX Thanks for the link to JSMX. I didn't know it was out and it looks fairly straightforward. Rey... Andy Matthews wrote: > For the record, I'm using JSMX (www.lalabird.com) and it's pretty easy to > get working. It's only one file as opposed to the multiple files that CFAJAX > and AjaxCFC use. Plus the examples are much simpler to understand. > > > <!----------------//------ > andy matthews > web developer > certified advanced coldfusion programmer > ICGLink, Inc. > [EMAIL PROTECTED] > 615.370.1530 x737 > --------------//---------> > > -----Original Message----- > From: Josh Nathanson [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 3:29 PM > To: CF-Talk > Subject: Re: AJAX > > > <!--- insert standard Rick Root message about using AjaxCFC instead of > CFAjax here ---> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244248 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

