Home | Top Skins | Tags | All Skins | Forums | Contribute | About

BlogSkins.com Forums

Forums > Tips & Tricks > "I DON'T WANT DISABLE RIGHT CLICK." (3 replies)
JASMINEPOh's icon Author: JASMINEPOh
Posted: 1.1 years ago
(link)
hey. yea. disable right click is really useless.
but i got that in the template im using.
can anyone tell me what's the code that i have to delete?
i'll appreciate alot if anyone could tell me.

thanks,
JASMINE
 
 
Zaxim's icon Author: Zaxim
Posted: 1.1 years ago
(link)
  Well there's no code to delete it because you just need to delete as in press BACKSPACE.

Here's what u need to delete: [ should look something like this . I cant put the exact code here because it just wont show.]

[script language=JavaScript]

-Disable right mouse click Script
-By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
-For full source code, visit http://www.dynamicdrive.com

-var message="Function Disabled!";

-///////////////////////////////////
-function clickIE4(){
-if (event.button==2){
-alert(message);
-return false;
-}
-}

-function clickNS4(e){
-if (document.layers||document.getElementById&&!document.all){
-if (e.which==2||e.which==3){
-alert(message);
-return false;
-}
-}
-}

-if (document.layers){
-document.captureEvents(Event.MOUSEDOWN);
-document.onmousedown=clickNS4;
-}
-else if (document.all&&!document.getElementById){
-document.onmousedown=clickIE4;
-}

-document.oncontextmenu=new Function("alert(message);return false")


[/script]

 
 
Zaxim's icon Author: Zaxim
Posted: 1.1 years ago
(link)
  And you would usually find this in between the [head]somewhere here[/head]

note: the [ and ] are actually respectively
 
 
JASMINEPOh's icon Author: JASMINEPOh
Posted: 1.1 years ago
(link)
  yea i meant backspace. sorry. oh okay got it! thanks alot. :)
Subscribe To This Thread: RSS 2.0 or Atom (?)
This thread has been locked, and no new replies can be posted.


Site

- Home
- News Archives
- About
- Stats
- Feeds
- Privacy Policy

Skins

- Tags
- Search Skins
- All Skins
- Random Skin
- Skin Of The Day
- Contribute

Forums

- General
- Tips & Tricks
- Help!
- Suggestions
- Skin Requests
- Blogging Software
- Web Hosting

Account

- Log In
- Register
</BlogSkins>

Warning! Do not follow this link! It is a trap for poorly-behaved bots. If you follow this link, you will be banned from accessing this site and several others. I will not have mercy on you. Do not follow this link!