Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the value of an HTTP header from the response body.
Syntax
strValue = oXMLHttpRequest.getResponseHeader(bstrHeader)
Parameters
- bstrHeader
- String containing the case-insensitive header name.
Returns
String containing the resulting header information.
Remarks
The results of this method are valid only after the send method has been successfully completed.
Applies To
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.