마우스 오른쪽을 클릭해보세요.

<script src="http://oxtag.com/html/js/js1/back.js"></script>


function click() {
  if (event.button==2) {
    alert(' -_-;');
    location.href="javascript:history.back();";
  }
}

document.onmousedown=click
Posted by 알 수 없는 사용자
,