We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[Code]No Right Click; Doesnt Display Message; By shane1829
Topic Started: Jan 25 2010, 09:14 AM (56 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: shane1829
[Code
 
No Right Click; Doesnt Display Message]This code just completly Disables the Right click function
its pretty sweet and its so small :drool:

Code:
 
<script type="text/javascript"><!--
//
function NRC(e) { if(navigator.appName=="Netscape") {
if(e.which==3||e.which==2) { return false; return true }}
else { event.cancelBubble=true; event.returnValue=false }}
if(navigator.appName=="Netscape") window.captureEvents(Event.MOUSEDOWN)
document.oncontextmenu=NRC; window.onmousedown=NRC
// --></script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply