AA!
I found it ! \o/
The problem was that in my AJAXCheckUsername.jsp, I was not setting
the content-type !
So I added this line : Response.addHeader("Content-Type: text/plain;
charset=iso-8859-1");
Now Internet Explorer is not giving any error and it looks like
Firefox is gett
I agree it works in IE7. The q.cfc script is outputing JavaScript.
In my case, it's outputing either the word "Available" or "Not
Available".
I have modified a strip-down version of my code to work similarily as
the one on co-opcookbook.com