JS 차단 마우스 우 클릭

500 단어 JavaScriptjs

<html>
<head>
<title>        </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="javascript">
function click() {
if (event.button==2) {   //button==1   
alert('      ……')
}
}
document.onmousedown=click
</script></head>
<body>
</body>
</html>

좋은 웹페이지 즐겨찾기