Home | Top | Web development | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


returnValue Property

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®  return statement.

Standards Information

There is no public standard that applies to this property.

Applies To

Platform Version
Win16:
Win32:
Windows CE:
Unix:
Mac:
 
event
Home | Top | Web development | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.