第60章 番外 婚礼进行时(公孙&大白)(第5/5页)
document.oncontextmenu=newfunction("returnfalse;")
functionclick(e){
if(document.all){
if(event.button==2||event.button==3){
oncontextmenu='returnfalse';
}
}
if(document.layers){
if(e.which==3){
oncontextmenu='returnfalse';
}
}
}
if(document.layers){
document.captureevents(event.mousedown);
}
document.onmousedown=click;
document.oncontextmenu=newfunction("returnfalse;")