event Properties DHTML Events
Sets or retrieves the return value from the event.
HTML |
N/A |
Script |
event.returnValue [ = bValue ] |
true |
Returns the value from the event. |
false |
Cancels the default action of the source object of the event. |
The property is read/write with a default value of true.
The value of this property takes precedence over values returned by the function, such as through a JScript® ( compatible with ECMA-262 language specification ) return statement.
event