码迷,mamicode.com
首页 > Web开发 > 详细

常用页面js

时间:2017-10-15 19:26:12      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:sele   输入   disabled   document   nbsp   contex   type   style   false   

禁止鼠标右键:oncontextmenu="return false";

 

禁止选择:onselectstart="return false";

禁止拖放:ondragstart="return false";

禁止拷贝:oncopy=document.selection.empty() 。

禁止复制:oncopy = "return false";

禁止保存:<noscript><iframe src="*.htm"></iframe></noscript>,放在head里面。

禁止粘贴:<input type=text onpaste="return false">

禁止剪贴:oncut = "return false";

关闭输入法:<input style="ime-mode:disabled">

 

常用页面js

标签:sele   输入   disabled   document   nbsp   contex   type   style   false   

原文地址:http://www.cnblogs.com/pf1988/p/7672820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!