Question
ColdFusion.Ajax.submitForm Return a Value
The below code. I am trying is to pass a value to a CFC and
return a 0 or as 1.
But the response back with Asynch ColdFusion.Ajax.submitForm is returning a bunch of javascript code and other stuff. All I am expecting is just one value of either a 0 or 1. Can some one look at the below and tell me what I am doing wrong. This form submits to itself then I validate an input form. If its there, I pass the value to cfc
But the response back with Asynch ColdFusion.Ajax.submitForm is returning a bunch of javascript code and other stuff. All I am expecting is just one value of either a 0 or 1. Can some one look at the below and tell me what I am doing wrong. This form submits to itself then I validate an input form. If its there, I pass the value to cfc
