Anti-theft images?, I want a no-right-click for my myspace images. |
Anti-theft images?, I want a no-right-click for my myspace images. |
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?
|
|
|
|
![]() |
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> |
|
|
|
kyndal Anti-theft images? Oct 8 2008, 12:13 PM
superstitious I don't think that you can disable right click... Oct 8 2008, 12:50 PM
YukkeKay Another code, which you can only use if the images... Oct 8 2008, 01:45 PM
YukkeKay ^Lol. Oct 8 2008, 01:48 PM
melindadivine you can place a "blank" pixel over the i... Oct 10 2008, 02:29 AM![]() ![]() |