NiTrOMaN Message on right mouse click (MSIE)
Sag Tuşa Bastığında Mesaj Alarmı Gönderir :)

To see the example click your right mouse button. This script can be useful if you don't want MSIE users stealing graphics or source code. Just copy the code into your head tags. This version only works in MSIE.

<script language="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('YOUR MESSAGE HERE')
}
}
document.onmousedown=click
// -->
</script>

Hosted by www.Geocities.ws

1