returnValue

HTML (DHTML)

returnValue Property

Internet Development Index

Sets or retrieves the return value from the event.

Syntax

event.returnValue [ = bValue ]

Possible Values

bValueVariant that specifies or receives one of the following values.
trueDefault. Value from the event is returned.
falseDefault 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

event