returnValue
property of the EVENT object. Sets browser reaction to event by default:
  1. disable reaction
    window.event.returnValue = false
  2. reaction allow
    window.event.returnValue = true