禁止冒泡:

if(isIE)
    ev.cancelBubble
= true;
if(isFF)
    ev.stopPropagation();

 

禁止系统右键:

self.event.returnValue=false;

相关文章: