Log In · Register

 
Anti-theft images?, I want a no-right-click for my myspace images.
kyndal
post Oct 8 2008, 12:13 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Jun 2006
Member No: 431,462



Anybody know one that will work?? I don't want people to steal my images because I don't have a copyright for others to use them. Help?
 
 
Start new topic
Replies
Harp
post Oct 8 2008, 01:43 PM
Post #2


Senior Member
******

Group: Official Member
Posts: 2,936
Joined: Sep 2008
Member No: 683,235



Java script isn't allowed on Myspace, but someone said this code still worked? I got it from a site, and the credit is still there. If you Decide to use it, make sure you keep it on.

CODE
<head>

<script language="JavaScript"> <!--
// No rightclick script v.2.5
// © 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: