Jump to content
RemedySpot.com

RE: Code for no right clicking

Rate this topic


Guest guest

Recommended Posts

Guest guest

Hey, Colleen! I don't know if anyone has replied to your question yet, but

....

If you go to Google and type in " javascript library " as a search, then click

the first site that comes up, I know that they have some good " right click

protection " scripts that you can install on your Web site. I'm sure that

there are some non-JavaScript programs out there that will do it, but I

don't know what they are. :)

I apologize for not being able to give you a direct link; I do believe that

my PC has been hit by a virus. This sucks. :(

nne V. Jensen

Check out my blog: http://bathtubjunkie.star-shaped.org/

Link to comment
Share on other sites

Guest guest

*Can someone tell me what the code is to block people from right clicking on

your site & stealing your pics? Also, where do I put the

code?

Hi Colleen,

That's a item you have have as a member of the Handcrafted Guild. But here it is

for all if needed. Just replace the ^ symbols (there are 3 of them) with the <

symbol. Place the code just before your closing </body> Tag. There are codes

that are a bit more simple, but this one is much harder to crack into.

Bill

^script language=JavaScript> ^!-- var message= " " ;

/////////////////////////////////// function clickIE() {if (document.all)

{(message);return false;}} function clickNS(e) {if

(document.layers||(document.getElementById & & !document.all)) { if

(e.which==2||e.which==3) {(message);return false;}}} if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function( " return false " ) // --> ^/script>

bill@...

www.soapmaking-soapsupplies.com

www.handcraftedinamerica.org

Link to comment
Share on other sites

Guest guest

Did you know that you can turn off those Javascripts while your looking the

page??

While it's an extra step that gives a bit of protection anyone who wants the

pictures can get to them easily. If your webpage is saved as an archive to

their computer that's another way people get around it. The BEST way to protect

your image is with a copyright watermark. Put your web or email address on it

along with the copyright symbol. If your image shows up on a site after that,

people are pretty stupid. It's easy to do and can be done in such a way that's

it's pretty subtle but easily noticed. I use irfanview to modify all of my

images. It's freeware with the option to send a donation to the creator. If you

want more information about watermarks let me know.

Best regards,

JR

Link to comment
Share on other sites

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...