reason Property
Gets or sets the result of the data transfer for a data source object.
Syntax
[ iReason = ] object.reason
Possible Values
iReason Integer that specifies or receives one of the following values.
0- Data transmitted successfully.
1- Data transfer aborted.
2- Data transferred in error.
The property is read/write. The property has no default value.
DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are supported in IE7 Standards mode and IE5 (Quirks) mode only. For more information, see About Dynamic Properties and Defining Document Compatibility.
Remarks
The reason property specifies the state of completion of the data transfer.
The property is read-only in Microsoft Internet Explorer 4.0, and read/write in Internet Explorer 5 and later.
Standards Information
There is no public standard that applies to this property.
Applies To
event, Event Constructor