Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the HTTP status code of the request.
Syntax
HRESULT value = object.get_status(* p);
Property values
Type: long
The HTTP status code.
Standards information
- XMLHttpRequest, Section 3.7.1
Remarks
IHTMLXMLHttpRequest::status was introduced in Windows Internet Explorer 7.
For a complete list of HTTP status codes and their meanings, see status Property (IXMLHTTPRequest).