Do you have the dataType set to 'json' by any chance? Can you post a sample page that shows the problem?
Mike On 4/12/07, Tom Shafer <[EMAIL PROTECTED]> wrote:
I am trying to return html after the form has been processed. I get it to work with plain text such as echo '{ message: " Thanks " }'; but html doesnt seem to want to work. Any thoughts?