묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
제로보드 게시물에서 이미지 링크 차단 방법
2005.03.01 18:17
http://php.chol.com/~kuc2842/bbs/zboard.php?id=amanofkeenobservation음
이미지나 소스를 못퍼가게 차단하는 방법을 알고싶어서 그러는데요.
오른쪽 마우스와 이미지 도구까지 다 막아봤는데,
문제는
게시물의 이미지를 마우스 왼쪽버튼으로 클릭하면 새 창이 뜨면서
이미지 경로가 다 나타나거든요.
아예 마우스 왼쪽 버튼을 차단시키는 소스나
새창을 뜨지 못하게 하는 소스가 있으면 가르쳐 주세요 ^^
일단 제가 오른쪽 마우스 / 키보드 / 드래그 / 이미지 도구 차단시킨 예제를 올려볼게요.
-------------------------------------------------------------------------------------------
<meta http-equiv="imagetoolbar" content="no">
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onkeydown="return false"xxxxonkeydown="checkKP()">
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/home.gif">
home, where is home?
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/pressconference.gif">
words: the press conference room
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/limoproj/limousine1.gif">
still from the limousine project
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/limoproj/limousine3.gif">
still from the limousine project
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/stadium.gif">
the stadium
----------------------------------------------------------------------------------------
음. 여기서 왼쪽 마우스나 새 창 차단을 위해 더 추가할 수 있는 소스가 있으면 알려주세요.
아. 제 갤러리 링크합니다. 게시판이나 스킨 성격을 참고해 주세요 ^^
http://php.chol.com/~kuc2842/bbs/zboard.php?id=amanofkeenobservation
이미지나 소스를 못퍼가게 차단하는 방법을 알고싶어서 그러는데요.
오른쪽 마우스와 이미지 도구까지 다 막아봤는데,
문제는
게시물의 이미지를 마우스 왼쪽버튼으로 클릭하면 새 창이 뜨면서
이미지 경로가 다 나타나거든요.
아예 마우스 왼쪽 버튼을 차단시키는 소스나
새창을 뜨지 못하게 하는 소스가 있으면 가르쳐 주세요 ^^
일단 제가 오른쪽 마우스 / 키보드 / 드래그 / 이미지 도구 차단시킨 예제를 올려볼게요.
-------------------------------------------------------------------------------------------
<meta http-equiv="imagetoolbar" content="no">
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false" onkeydown="return false"xxxxonkeydown="checkKP()">
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/home.gif">
home, where is home?
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/pressconference.gif">
words: the press conference room
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/limoproj/limousine1.gif">
still from the limousine project
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/limoproj/limousine3.gif">
still from the limousine project
<img src="http://adaweb.walkerart.org/context/artists/muntadas/img/stadium.gif">
the stadium
----------------------------------------------------------------------------------------
음. 여기서 왼쪽 마우스나 새 창 차단을 위해 더 추가할 수 있는 소스가 있으면 알려주세요.
아. 제 갤러리 링크합니다. 게시판이나 스킨 성격을 참고해 주세요 ^^
http://php.chol.com/~kuc2842/bbs/zboard.php?id=amanofkeenobservation
여기 참고해서 해결했어요 ^^