wrote:
> 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/default.asp?url=/library/en-us/xmlsdk/html/387d9841-f6d4-4e62-883f-bf3819f5b918.asp>
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/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.
--
Martin Honnen
http://JavaScript.FAQTs.com/