마우스 오른쪽 버튼 클릭시 강제 이동
<script language="JavaScript">
<!--
function click() {if (event.button==2) {
alert('오른쪽마우스 클릭했을때 할말');
location.href="페이지넘길 주소";
}
}
document.onmousedown=click
// -->
</script>
[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]","url":"https://sir.kr/boards/program/29198","author":{"@type":"Person","name":"소피","url":"https://sir.kr/profile/87a2223a-0f7f-4d62-83d0-597287b09ead"},"interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"datePublished":"2007-09-13T16:39:42+09:00","dateModified":"2007-09-13T16:39:42+09:00","comment":[{"@type":"Comment","text":"감사 합니다","author":{"@type":"Person","name":"너무싫어"},"datePublished":"2008-06-15T13:24:47+09:00"}]}
<script language="JavaScript">
<!--
function click() {if (event.button==2) {
alert('오른쪽마우스 클릭했을때 할말');
location.href="페이지넘길 주소";
}
}
document.onmousedown=click
// -->
</script>
댓글 1개