Skip to content

마우스 오른쪽 버튼 막기...

조회 수 19105 추천 수 0 2008.12.14 18:29:56
index.html 웹소스 파일에 추가 한다

<HTML>
<HEAD>
<script language="JavaScript1.1">
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("안녕 하세여 어드민플레이 입니다...*^^*");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
</HEAD>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
</BODY>
</HTML>
profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/1095/e63/trackback
List of Articles
번호 제목 글쓴이 날짜sort 조회 수

CentOS 5.6 + NginX 0.8.54 + Django 1.3 (FastCGI) + Pyt...

gcc Library 경로 지정

Linux Command 로 Mysql table drop 방법

CentOS 자동로그인 설정

CentOS Linux Remote Desktop 에서 로그인 화면보기

SCM - 캐시 서버 구축 (Squid in Linux)

SSL 패스워드 삭제 하기

vi 이미 읽은 파일의 인코딩 변경하기 ( euc-kr 로 encodi...

How to Enable EPEL Repository for RHEL/CentOS 6/5

[Linux] Proxy 서버 설정하기

Zabbix 웹서비스 모니터링

Hamlet 은 “웹서버 모니터링 오픈소스 솔루션” 입니다.

cacti plugin thold 설치

원격데스크톱(RDP) 클라이언트 접속기록(Log) 삭제하기 file

[우분투] 노하드 서버 설정하기

Dell OMSA 설치 및 이용방법

[CentOS] sshfs - 리눅스 윈도우간 데이터 전송을 편리하게 file

Install 3ware (LSI) 9690SA SCSI RAID Controller VIB On... file

[맥] 커맨드 라인에서 CD/DVD 꺼내기

[linux][명령어 백그라운드 실행]

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234