[java] 스트립트 – 소스 숨기기
<SCRIPT language=”javascript”>
function click() {if (event.button==2) {
alert(‘나의 소스를 볼수읍다.’); location.href=”javascript:history.back();”;}}
document.onmousedown=click
</script>
<SCRIPT language=”javascript”>
function click() {if (event.button==2) {
alert(‘나의 소스를 볼수읍다.’); location.href=”javascript:history.back();”;}}
document.onmousedown=click
</script>