首页 | 代码中心 | 源码下载 | 用户管理 | 用户留言 | 导航 | 繁體
代码秀,专业程序代码提供商(源码下载,编程技术)
脚本说明: 把如下代码加入区域中 <Script language="JavaScript"> if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExplorer() { if (event.button == 2 | event.button == 3) { alert("禁止右键...去yahoo!"); location.replace("http://www.yahoo.com"); } } </Script> 特别说明:如网页特效代码中有引用图片文件等,请自己下载到本地调试!