onreadystatechange property

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.

See also

XMLHttpRequest

readyState