English
<!--Add the following code to the <body> area--> <script language="JavaScript"> if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExplorer() { if (event.button == 2 | event.button == 3) { alert("Take you to the homepage!"); location.replace("http://www.downcodes.com"); } } </script> <p><font color="#FF0000"><b>You can right-click the mouse to test the effect! ! </b></font></p> </div>