Resource: Dynamic Drive by Maximus
I’ve had many request to help protect graphics that are shared on websites. I found this awesome script, and just tried it as a gadget and it worked! If you right click on any of the graphics on Easy Custom Blogs, you will get this message, “Thanks for looking but this is MemoryKeeper’s work, please ask permission.”
Step 1 – Add the code
Go to CUSTOMIZE/LAYOUT/PAGE ELEMENTS/ADD A GADGET, and select HTML Java Script. Add the code below as it is, or you can customize the portion in bold to suit your specific needs.
<script language="JavaScript">
<!--
var message="You need permission to copy these graphics.";
///////////////////////////////////
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>
Before you choose to add this script to your website, you may want to read an interesting article suggesting that you not add this script…it’s HERE. Of course, choose what you like.
The simplicity is so amazing. If this tutorial helps you, please let me know and leave a comment.
Click HERE for WORD DOCUMENT INSTRUCTIONS.
Here’s to more happy scrapping, and
Hugs from the heart,
Jeanette
thanks sweety
ReplyDeletefor this amazing tut
did it on my blog and it works
and it was so easy to do.
thank you from the bottom off my heart
hugs Leonie
misstatty
Hi there... Just want to try this one...but can't copy the codes...:-(
ReplyDeleteLove Always,
My Simple Thoughts N Creations
My PhotoBlog
AngelsthatScrap!
ReplyDeletewhat a great idea - I have so many tutorials to catch up on!
Faye
xx
It doesn´t work when you klick up the photos you have on your blog to a larger size...because then you can save the picture.So long you doesn´t do that then it works.Kicki/Sweden
ReplyDeleteThank you for coming.
ReplyDeleteYour background is amazing, maybe I'll use next.
Great job.
Cheers!
Thank you for helping me make my blog look beautiful. I have so much fun making my backgrounds and headers now. And because of you, it's painless to do! Thank you. You have an award waiting for you at my blog.
ReplyDeletehttp://majortiggerscraps.blogspot.com/2009/09/and-winner-is.html
Thanks so much for visiting my blog and leaving a comment - which led me HERE! Yes, there are a couple of images I want to protect, that little red house I am using as my Home button in particular, as it was made especially for me.
ReplyDeleteI had your site bookmarked, and am now Following. Aren't those drop-down menus a lifesaver too!
All the best, and thanks for the heads-up. LOVE your blog, by the way. The Newer Posts, Home, Older Posts are my next project on the list... yours are SO pretty.