Right Click
Page 1 of 13 Replies - 6304 Views - Last Post: 13 October 2002 - 06:47 AM
#1
Right Click
Posted 04 October 2002 - 11:14 AM
How Can I disable a right click within a sight??
Replies To: Right Click
#2
Re: Right Click
Posted 04 October 2002 - 11:29 AM
It's a simple script:
<script language="Javascript">
function click() {
if (bN=='Microsoft Internet Explorer')
{
if (event.button==2)
{
str = "Access Denied ";
str = str + "";
str = str + "";
alert (str);
}
}
}
document.onmousedown=click
</script>
It's easy to get around though. #4
Re: Right Click
Posted 13 October 2002 - 06:47 AM
But as he said, it's easy to get around. A user simply has to disable Javascript in their browser.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|