¿À¸¥ÂÊ ¸¶¿ì½º»ç¿ëÀ» ±ÝÁöÇÏ´Â ½ºÅ©¸³Æ®ÀÔ´Ï´Ù.
¾Æ·¡´Â º» ÀÚ·áÀÇ ÀÚ¹Ù½ºÅ©¸³Æ® ÄÚµåÀÔ´Ï´Ù.
<HTML> <HEAD> <TITLE>ÇØÇÇCGI</TITLE> <SCRIPT LANGUAGE="JavaScript1.1"> <!-- function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) { alert("¿À¸¥ ¸¶¿ì½º´Â »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù."); return false; } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("¿À¸¥ ¸¶¿ì½º´Â »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù."); return false; } return true; }
document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; // --> </script> </head> <body> ¿À¸¥ ¸¶¿ì½º¸¦ ´·¯º¸¼¼¿ä..
</body> </html>
|