K
kelly
How do I add sound to a right click script insted of a
message. Here what I have for a script it dont let you
copy or save as. The message thanks for looking apears. I
would like NOT to have a message just a sound something I
can record my self.
<script LANGUAGE="JavaScript">
function click(){
if (event.button==2){
alert('THANKS FOR LOOKING!');
}
}
document.onmousedown=click
// -->
</script>
message. Here what I have for a script it dont let you
copy or save as. The message thanks for looking apears. I
would like NOT to have a message just a sound something I
can record my self.
<script LANGUAGE="JavaScript">
function click(){
if (event.button==2){
alert('THANKS FOR LOOKING!');
}
}
document.onmousedown=click
// -->
</script>