[java] 스크립트 – 소스 숨기기 -2
스크립트 – 소스 숨기기 -2
<script>
<!–
function right(e) {
if (document.layers && (e.which==3 || e.which==2)) {
window.status=”오른쪽마우스로 소스를 볼수가 있을까나??”
return false;
}
else if (document.all && (event.button==2 || event.button==3)) {
window.status=”오른쪽마우스로 소스를 볼수가 있을까나??”
openclosewindow()
return false;
}
}
function openclosewindow() {
var windownews=window.open(“”, “”, “status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=50,height=50,top=20000,left=200”);
windownews.close()
}
if (document.all) {
document.onmouseup=right;
window.onmouseup=right;
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=right;
}
//–>
</script>
3 Responses
… [Trackback]
[…] Information on that Topic: nblog.syszone.co.kr/archives/805 […]
… [Trackback]
[…] Read More to that Topic: nblog.syszone.co.kr/archives/805 […]
… [Trackback]
[…] There you will find 96964 more Information to that Topic: nblog.syszone.co.kr/archives/805 […]