responsetypes in xmlhttp

S

stellstarin

Hi all,

when xmlhttp request is sent to get html or xml files, the response
could be stored in 'responseText' or 'responseXML'.Is there anyother
type of responses that can be received
by the xmlhttp functions.Does any of you have idea regarding this?
 
M

Martin Honnen

when xmlhttp request is sent to get html or xml files, the response
could be stored in 'responseText' or 'responseXML'.Is there anyother
type of responses that can be received
by the xmlhttp functions.Does any of you have idea regarding this?

MSXML also exposes responseBody and responseStream see
<http://msdn.microsoft.com/library/d...html/387d9841-f6d4-4e62-883f-bf3819f5b918.asp>
<http://msdn.microsoft.com/library/d...html/b7e71bd4-a425-4346-b2a1-2c0c12cbddde.asp>
Within the browser there is not much use for that, at least not alone
with XMLHTTP. With MSXML if you also use other objects/interfaces like
Msxml2.DOMDocument or ADODB.Stream then it makes more sense.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top