Javascript works in IE but not Firefox?
I have a piece of Javascript I use on my website to protect the copy write on my photos:
<script language="JavaScript"><!--
function click(){if (event.button==2){alert('Text')}}document.onmoused own=click// -->
</script>
but it does not work in Firefox.
Any ideas on how to make this work in both Browsers?
|