web page help
web page help
what, or where can i get the code for disabling right click on my web page???
www.pineappleracing.com
When a guy talks dirty to a girl.. it's called sexual harrassment. When a girl talks dirty to a guy it costs 3.95 a minute.
When a guy talks dirty to a girl.. it's called sexual harrassment. When a girl talks dirty to a guy it costs 3.95 a minute.
Code: Select all
<script language="JavaScript">
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("Please don't take my valuable work!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
Simply run adaware, spybot, ZoneAlarm, HijackThis, AVG, update windows daily, have a router, don't open e-mail, turn off action scripting, don't use P2P networks, don't violate EULAs, and wear a condom to get Windows secured.
People say Linux is alot of work!
People say Linux is alot of work!