网站制作学习网JS脚本→正文:禁止选取页面内容
字体:

禁止选取页面内容

JS脚本 2008/1/3 8:07:17  点击:不统计

看看下面的代码,插入到网页中就行

<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()>

·上一篇:状态栏动态显示现在时间 >>    ·下一篇:禁止粘贴 (文本框) >>
推荐文章
最新文章