Displaying 1 result from an estimated 1 matches for "respnsetext".
Did you mean:
responsetext
2005 Oct 06
0
Re: Ajax.Request: responseText = null in Safari
...problem is at the receiving end and not
a problem with the php request from safari.
The content-type header of the response should be text/xml or
application/xml but I don''t think that makes a lot of difference. In
fact it is more likely to affect the responseXML rather than the
respnseText. You can try adding a
header(''Content-type: text/xml'');
into your php script just in case. let us know what the problem is/
was when you find it.
Toby