/*JavaScript Bible, Fourth Editionby Danny Goodman John Wiley & Sons CopyRight 2001*/Capture, Release, and Routing of Event.CLICK onMouseDown="setDocCapture(this.checked)" CHECKED>Enable Document Capture onMouseDown ="setDocRoute(this.checked)">And let event continue onMouseDown ="setLayerCapture(this.checked)" CHECKED>Enable Layer Capture onMouseDown ="setLayerRoute(this.checked)">And let event continue onClick="alert('Event finally reached Button:' + this.name)"> layer1 NAME="layerButton1" onClick="alert('Event finally reached Button:' + this.name)"> NAME="layerButton2" onClick="alert('Event finally reached Button:' + this.name)">
onMouseDown ="setLayerCapture(this.checked)" CHECKED>Enable Layer Capture onMouseDown ="setLayerRoute(this.checked)">And let event continue
NAME="layerButton1" onClick="alert('Event finally reached Button:' + this.name)">
NAME="layerButton2" onClick="alert('Event finally reached Button:' + this.name)">