Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the event handler for asynchronous requests.
Syntax
HRESULT value = object.put_onreadystatechange(VARIANT v);HRESULT value = object.get_onreadystatechange(VARIANT p);
Property values
Type: VARIANT
the event handler.
Remarks
The onreadystatechange property was introduced in Windows Internet Explorer 7.