I Need help with ColdFusion, I want to use the CF9 ajax library, I've got <cfajaximport tags="cfform">
in my header, and included a form using <cfdiv bind="url:domainchecker.cfm">
This however replaces the entire form with the "Loading" ajax wheel then shows the results.
What I need, is for the form to submit, but the a separate results area is what gets updated (and will obviously have the ajax "loading"). I don't want the entire area to to change (does that make sense??)