输入banner图图片脚本导航/分类

禁止IE用右键的JS代码_javascript技巧

代码如下:

document.body.oncontextmenu=function rightClick(){ window.event.returnValue= false;}