Hi, all...

I've got a cfhtmlhead tag set up in my application CFC that
defines some JS variables for CF use and vice-versa. They're inserted into
the
head of every page.

I noticed, when running an sequence involving an HTML form - jQuery ajax
call -
CFC method - and JSON data return, that the JS variables are being inserted
into the JSON return data from the ajax call. This is throwing off my
"success" processing after the call.

Is there any way to prevent the JS being output using cfsavecontent and a
variable
in the CFC from ending up in the JSON data return? The CFMAIL is processed
fine
and the mail goes out, but the extra data beyond "success" in the JSON is
preventing
and further JS statement from processing...basically, the "Processing..."
message
isn't being hidden and the "Thank You" message isn't being shown after the
form
is processed and the mail is sent.

I didn't want to get into all the code up front in case there's a simple way
to handle this.

Thanks for any feedback!  If you need to see some code, let me know!

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351283
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to