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: