页面完全禁用右键

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script language="javascript">
function stop()
{
return false;
}
document.oncontextmenu=stop;
</script>
</head>
<body >5555
</body>
</html>

最新文章

  1. Android Fragment应用实战
  2. java 数组详解
  3. ADB server didn&#39;t ACK * failed to start daemon *
  4. 2015年最好的PHP框架调查统计
  5. word里的代码格式,使之有底纹的效果
  6. QIBO CMS /inc/common.inc.php Local Variables Overriding Vul In $_FILES
  7. EmguCV 轮廓分析函数汇总
  8. linux下挂在u盘,移动硬盘的方法,转移服务器资料的时候,使用移动硬盘什么最方便了
  9. linux笔记:RPM软件包管理-源码包管理
  10. HDU 1242 rescue and 优先级队列的条目
  11. Python第一天——入门Python(4)字典的常用操作
  12. androidStudio 中 gradle 常用功能
  13. Python&#160;一键commit文件、目录到SVN服务器
  14. Wireshark:couldn&#39;t run dumpcap in child process(附带Linux下探索过程)
  15. Git教程学习(三)
  16. 32网络通信之Poll模型
  17. C#编程(六十五)----------表达式树
  18. MongoDB高可用架构:Replica Sets+Sharding
  19. 【命令】Linux常用命令
  20. 一个Form表单多个Submit提交按钮!实现提交不同的参数!

热门文章

  1. org.apache.ibatis.binding.BindingException: Mapper method &#39;attempted to return null from a method with a primitive return type (long).
  2. DOM—节点
  3. Python之路——堡垒机原理及其简单实现
  4. Spring AOP (事务管理)
  5. java内存回收
  6. Ubuntu安装samba实现文件夹共享
  7. iOS开发之XMPPFramework开发基础介绍
  8. 微信小程序 drawImage 问题
  9. 一个UUID生成算法的C语言实现——WIN32版本
  10. idea Jetty deployment