Event JavaScript DHTML




function function1() {
    if (window.event.shiftKey){
        window.event.cancelBubble = true;
    }
    alert(window.event.cancelBubble);
}



Click here while pressing the Shift key