禁止页面选择,右击相关操作

document.oncontextmenu = new Function("return false;");

document.ondragstart = new Function("return false;");

document.onselectstart = new Function("return false;");
document.onselect = new Function("return false;");
document.onbeforecopy = new Function("return false;");
document.oncopy = new Function("return false;");
document.oncut = new Function("return false;");

document.onmouseup = new Function("return false;");

posted on 2007-12-06 14:40  lei1217  阅读(139)  评论(0)    收藏  举报

导航