Have you guys ever looked into Ajax Request at http://www.ajaxtoolbox.com/? I've used it on a few little projects and it's pretty damn simple, yet can be about as complex as you need.
I'm taking a look at JSMX now to see what it can do. Looks pretty good so far. M!ke -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 10:16 AM To: CF-Talk Subject: RE: AJAX 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244249 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

