The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
getResponseHeader method
Returns the specified response header.
Syntax
var retval = XMLHttpRequest.getResponseHeader(bstrHeader);Parameters
- bstrHeader [in]
-
Type: String
String that specifies the response header name.
Return value
Type: String
String that receives the response header value.
Standards information
- XMLHttpRequest, Section 3.7.3
Remarks
getResponseHeader was introduced in Windows Internet Explorer 7.
See also
Show: