<div class="htmlarea"> <textarea id="runcode85720"> <title>이미지 우클릭 금지</title> <img src="/images/logo.gif" alt="Images_image 효과를 마우스 오른쪽 버튼으로 클릭하지 않도록 설정" > </textarea> <br><input onclick="runEx('runcode85720')" type="button" value="运行代码"><input onclick="doCopy('runcode85720')" type="button" value="复制代码"> <input onclick="doSave(runcode85720)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A 모두 선택 참고: </a>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 </div>]<script language="JavaScript1.2"> var clickmessage="无法完成操作!" function disableclick(e) { if (document.all) { if (event.button==2||event.button==3) { if (event.srcElement.tagName=="IMG"){ alert(clickmessage); return false; } } } if (document.layers) { if (e.which == 3) { alert(clickmessage); return false; } } } function associateimages(){ for(i=0;i<document.images.length;i++) document.images[i].onmousedown=disableclick; } if (document.all) document.onmousedown=disableclick else if (document.layers) associateimages() </script>