Thanks, Raj...I'll have a look at doing that. I think the veil has been lifted from my eyes, however, regarding what's happening with my code.
If you saw my last post, including the additional code that is actually intercepting the form submission, it's clear that the ajax call isn't actually handling the form submission. And the code that's intercepting the call isn't ajax, but just a straight js submission. It seems that the modification needed to achieve the desired results will need to be in the second section of code (see my post just before this one). Rick -----Original Message----- From: Raj Vijay [mailto:[email protected]] Sent: Wednesday, September 23, 2009 8:37 AM To: cf-talk Subject: Re: CF & jQuery - How to delay ajax completion until images are processed... Rick "I think the exact problem area I the code above is the call to the function "fnGetRentalProperties()", which goes out to another cfc method and constructs HTML for display before all the data is finished processing. " Have you tried invoking the fnGetRentalProperties() as a callback function?. check out this link for a simple example, http://www.swish-db.com/tutorials/view.php/tid/621 I think Ajaxcomplete does the same thing, have not tested. RV ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326533 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

