Digital Concepts
« Code Request »

Welcome Guest. Please Login or Register.
Dec 4, 2009, 1:50am





Digital Concepts :: Coding :: Code Requests/support :: Code Request
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Code Request (Read 30 times)
russell
Flood Fill
*
member is offline

[avatar]

[msn]

Joined: Apr 2006
Gender: Male
Posts: 20
 Code Request
« Thread Started on May 17, 2006, 2:34pm »

Hey i am after a code that makes it so when there is a picture in a post nobody can right click it and save it.

If it is possable i would be very gratefull for it
Link to Post - Back to Top  IP: Logged

The only Road
Is a Open Road
Smangii
Texture
**
member is offline




[homepage]

Joined: Apr 2006
Posts: 88
 Re: Code Request
« Reply #1 on May 17, 2006, 7:12pm »

Yup, here ya go:
Place in global headers ^^

Code:
<script language=JavaScript>
<!--

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

var message="Right-clicking 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>
« Last Edit: May 17, 2006, 7:12pm by Smangii »Link to Post - Back to Top  IP: Logged

Slightly Insane Graphics & Codes »

[image]
Allan
Administrator
*****
it's All Good
member is offline

[avatar]

[yim] [msn] [aim]

Joined: Nov 2005
Gender: Male
Posts: 1,515
Location: Northern PA
 Re: Code Request
« Reply #2 on May 17, 2006, 7:12pm »

cool thank you for posting this :D
Link to Post - Back to Top  IP: Logged

[image]

russell
Flood Fill
*
member is offline

[avatar]

[msn]

Joined: Apr 2006
Gender: Male
Posts: 20
 Re: Code Request
« Reply #3 on May 18, 2006, 2:36pm »

Thank you for the code ill upload it now
Link to Post - Back to Top  IP: Logged

The only Road
Is a Open Road
Smangii
Texture
**
member is offline




[homepage]

Joined: Apr 2006
Posts: 88
 Re: Code Request
« Reply #4 on May 18, 2006, 2:59pm »

No prob :D
Link to Post - Back to Top  IP: Logged

Slightly Insane Graphics & Codes »

[image]
   [Search This Thread][Send Topic To Friend] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!