中文(简体)
<!--把如下代码加入到<body>区域中--> <script language="JavaScript"> if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExplorer() { if (event.button == 2 | event.button == 3) { alert("带你去首页!"); location.replace("http://www.downcodes.com"); } } </script> <p><font color="#FF0000"><b>你可以右击一下鼠标来测试一下效果!!</b></font></p> </div>