网页上禁止复制,粘贴等事件

ondragstart='return false'           禁止鼠标在网页中拖动 
onselectstart ='return false'           取消选取
onselect='document.selection.empty()'      选择的值为空
oncopy='document.selection.empty()'      拷贝到的是空的
onbeforecopy='return false'          在复制内容前禁止
onmouseup='document.selection.empty()'  鼠标弹起文档选择值为空

oncut="return false              禁止剪切

oncontextmenu='return false'         屏蔽右键菜单

 

posted on 2010-10-21 19:20  网宗  阅读(191)  评论(0)    收藏  举报

糗乐网-糗事|乐事|天下事