묻고답하기

아래 코드는 마우스 오른쪽 버튼 금지 소스입니다. 나모, 드림위버, 텍스트파일로 돌려도 잘 되는데
게시판 HTML 편집기에 넣어보았으나 작동이 되질 않네요
왜 그런건가요?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
test


<script language="JavaScript">
<!--
 var clickmessage="오른쪽 버튼을 사용할 수 없습니다."
 function disableclick(e) {
  if (document.all) {
   if (event.button==2||event.button==3) {
    if (event.srcElement.tagName=="IMG" && event.srcElement.name=="attached_file"){}
    else {
     alert(clickmessage);
     return false;
    }
   }
  }
  else if (document.layers) {
   if (e.which == 3) {}
   else {
    alert(clickmessage);
    return false;
   }
  }
  else if (document.getElementById){
   if (e.which==3&&e.target.tagName=="IMG" && e.target.name=="attached_file"){}
   else {
    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.getElementById)
  document.onmouseup=disableclick;
 else if (document.layers)
  associateimages();
 
 // Key Control
 document.onkeydown = MegaCheckKeyPress;
 document.onkeyup = MegaCheckKeyPress;
 
 function MegaCheckKeyPress()
 {
  //키입력
  ekey = event.keyCode;
 
  // Control Key
  if( ekey == 82 ) {
   if( event.ctrlKey ) {
    event.keyCode = 0;
    return false;
   }
  }
  
  // Function Key
  if( ekey >= 112 && ekey <= 123 ) {
   event.keyCode = 0;
   return false;
  }
 
  return; 
 }
-->
</script>


<body>
</body>
</html>





글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
또별 포인트테이블에 아이디 추가방법 문의  
clov 구글애드센스와의 충돌 애러인가요? file  
혜곰돌이 쉬운설치에서 에러가 납니다 [2] file 2010.12.04 by 김건연
오동쌍피 이게 제로보드 스킨인가요? [1] 2010.12.06 by 오동쌍피
혜령 세팅을 잘못해서 관리자 페이지가 안열려요 [1] 2010.12.03 by fast
정명학629 XE 사용 시 겔러리관련 질문요~!  
희망은없다 댓글 알림 쪽지에서 링크 연결 안됩니다.  
유서영895 본문에 RSS로 읽어온 글이 그대로 보이게 할 수 없나요?  
실속제로 powered by XE 를 수정했는데도 적용이 안되네요.  
롱코트ew 관리자 포인트 차감 안되게하는거 소스 좀 봐주세요.  
TT PIC XE홈페이지처럼 게시물 연속 작성 시 30초 시간 제한 주기 [1] 2010.12.03 by SeklutZ
루미엘 파폭에서만 메뉴 및 로고가 안나와요 file  
지식창고★ 토렌트 검색 사이트요  
뫼바위 XE에서 플레쉬로 작업한 버튼 링크 안되는이유좀 알려주세요..!!  
아키노바 게시판EX에서 게시판 목록 보기 에러 [1] file 2010.12.03 by ForHanbi
pecannv 게시판 제목글씨색을 바꾸고싶습니다. [1] file 2010.12.03 by ForHanbi
루미엘 IE8, 크롬, 사파리에서는 레이아웃이 잘나오는데 파폭만 안되요 [1] file 2010.12.03 by ForHanbi
창섭 아;; 로그인이 안되는 이유가  
hrum 같은 페이지의 같은 폰트인데 차이가 나는 이유가 뭔지요? file  
지우개님 아이피 주소 변경시 (게시판 클릭 하면 도메인으로 나타나야 되는데. 아이피로 떠서요 [1] file 2010.12.03 by Gekkou