(handcoded NetWebPage)
In the Header routine the following code is what I see . . .
p_web.ReplyContentType = 'text/html; charset=utf-8'
p_web.ParseHTML(packet,1,0,Net:SendHeader+Net:DontCache)
But: text/xml is set in the response headers. . .
I just want to return 'OK' to the JQuery Form Plugin.
Just 2 letters 'OK' - no xml.
But it gives me the following error . . .
XML Parsing Error: syntax error Location: moz-nullprincipal:{5c54f1ad-9227-4ca9-8e06-27b87dfcb9f1} Line Number 1, Column 1:
OK
^
I think because of the text/xml in the response headers. . .
Anybody an idea?
regards
Patrick De Laet