한국어
<!--<body> 영역에 다음 코드 추가--> <script 언어="JavaScript"> if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; 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>