Sets or retrieves the return value from the event. 
Syntax
event.returnValue [ = bValue ]
Possible Values
| bValue | Variant that
specifies or receives one of the following values.| true | Default. Value from the event is returned. |  | false | Default action of the event on the source object is canceled. |  
  | 
The property is read/write.
The property has a default value of 
true.
Remarks
The value of this property takes precedence over values returned by the function, such as through a Microsoft® JScript®?B>return statement. 
Standards Information
There is no public standard that applies to this property.
Applies To