July 1998
Intermediate to advanced
1456 pages
65h 5m
English
returnValue — NN n/a IE 4 DOM n/a
Read/Write
The value to be returned to the event’s source element to allow
or prohibit the element’s default action connected with the
event. If you set event.returnValue to
false, the element does not carry out its normal
operation, such as navigating to a link or submitting the form.
event.returnValue = "false"
Boolean value: true | false.
true
Read now
Unlock full access