ResponseXML issue

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
jeffmatthews
Forum Newbie
Posts: 10
Joined: Wed Oct 21, 2009 10:22 pm

ResponseXML issue

Post by jeffmatthews »

httpRequest calls php and gets ResponseXML.

Php dynamically builds return variable to echo back to js.

If return is small, it works fine, and js receives it, and all is good.

If the return is large (2.5 megs), readystate=4 does not occur, and js reports my RespnseXML as null. Of course, this causes an error in my program that xmlDoc (set to ResponseXML) is null. That's the only error I get.

If I run the php file with the parameter directly in my browser address bar, the echo back works fine - even for the large data. So, I think this has to be a js issue.

Any ideas here?
Post Reply