[¼Ò½º] ¸¶¿ì½º, Å°º¸µå »ç¿ë±ÝÁö ¼Ò½º¹æÁö ¼Ò½º
¸¶¿ì½º, Å°º¸µå »ç¿ë±ÝÁö ¼Ò½º¹æÁö ¼Ò½º..!! |
¸¶¿ì½º¿Í Å°º¸µå »ç¿ë±ÝÁö ¼Ò½º
<script> function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("ÇູÇϼ¼¿ä~^^"); return false; } return true; } function keypressed() { alert("ÇູÇϼ¼¿©~^^"); } document.onmousedown=right; document.onkeydown=keypressed; </script>
¸¶¿ì½º »ç¿ë±ÝÁö ¼Ò½º
<script> function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("ÇູÇϼ¼¿ä~^^"); return false; } return true; } </script>
Å°º¸µå »ç¿ë±ÝÁö ¼Ò½º
<script> function keypressed() { alert("ÇູÇϼ¼¿©~^^"); } document.onmousedown=right; document.onkeydown=keypressed; </script>
|
|