Home arrow Forum arrow The Internet arrow Programming arrow [ javascripts code] No Right Click Spacer
Spacer

Main Menu

Home
Shop
News
Domains
Forum
Web Hosting

Login Form

Welcome, Guest. Please login or register.
January 09, 2009, 05:57:55 AM
Username: Password:
Login with username, password and session length

Forgot your password?

Links

[ javascripts code] No Right Click
My Community
January 09, 2009, 05:57:55 AM *
Top 10 Web HostingWelcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Shop Login Register  
Pages: [1]
  Print  
Author Topic: [ javascripts code] No Right Click  (Read 858 times)
softin
Newbie
*
Posts: 12
28.00 credits

View Inventory
Send Money to softin

View Profile
« on: March 03, 2007, 05:18:59 PM »

Here are your no richt click

Code:
<SCRIPT language="JavaScript" type="text/javascript">
<!--
function NoRightClick(e)
{
   if(navigator.appName=="Netscape")
   {
      if(e.which==3||e.which==2)
      {
         return false;
      }
   }
   else
   {
      event.cancelBubble=true;
      event.returnValue=false;
   }
}

if(navigator.appName=="Netscape")
   window.captureEvents(Event.MOUSEDOWN)
document.oncontextmenu=NoRightClick;
window.onmousedown=NoRightClick;
// -->
</SCRIPT>

Good Bye
Logged
SEO Articles
My Community
« on: March 03, 2007, 05:18:59 PM »

 Logged
gamez93
Newbie
*
Posts: 22
30.00 credits

View Inventory
Send Money to gamez93

View Profile Email
« Reply #1 on: April 02, 2007, 08:17:08 PM »

Nice find, I wonder if there is a way to de-activate this, since it annoys me when its on some websites, for no reason.
Logged
SEO Articles
My Community
« Reply #1 on: April 02, 2007, 08:17:08 PM »

 Logged
krystalc7
Jr. Member
**
Posts: 65
107.00 credits

View Inventory
Send Money to krystalc7

View Profile
« Reply #2 on: June 08, 2007, 08:46:55 AM »

thanks! unfortunately i found out awhile ago that this script does not work properly in firefox.
Logged
SEO Articles
romeo_2005
Full Member
***
Posts: 101
169.00 credits

View Inventory
Send Money to romeo_2005

View Profile Email
« Reply #3 on: July 07, 2007, 10:53:10 PM »

good seek


thank you but in general i dunno anything about scripts

what is the use of them??? Huh Roll Eyes
Logged
SEO Articles
Shadow1243
Sr. Member
****
Posts: 439
479.00 credits

View Inventory
Send Money to Shadow1243

ForeverShadowww@live.com
View Profile Email
« Reply #4 on: July 09, 2007, 11:11:10 PM »

thank you very much
Logged
SEO Articles
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Spacer