禁止鼠标右键和F12
摘要:
1 //禁止鼠标右键和F12 2 function click(e) { 3 if (document.all) { 4 if (event.button==2||event.button==3) { 5 alert("欢迎光临寒舍,有什么需要帮忙的话,请与管理员联系!谢谢您的合作!!"); 6 onconte... 阅读全文
posted @ 2016-07-08 17:05 jasonduanmu 阅读(374) 评论(0) 推荐(0) 编辑