disable image copy

  • Thread starter Thread starter Maha
  • Start date Start date
M

Maha

I read the material about disabling right click and know it is not effective.
But for me as a start it might be good. I copied the Java script for
disabling right click and pasted it in the HEAD of my code. it works within
the page. But if my pictures are dispalyed as thumbnails, when I click the
thimbnial it goes ( by a hyperlink ) to the original picute in a new window,
where disable right click does not work. ( At the new window the right clik
is active again ). Do you have a way to slove this ( is there a way to
disable the right click at the new window within the same page ?)
Thanks - Maha
 
When you open a picture from a thumbnail it will simply open that image as a
jpg in IE. If you want right click disabled, you would have to make each
thumbnail point to an htm(l) page with the script included on each page and
then have the image displayed on that web page.
 
No-right-click is not good for you - bad habits are often not easy to
get out of. The no-right-click script is useless since it is too easy
to get round, and FireFox users will not even know the script is there
since FireFox blocks it. As far as protecting images is concerned - if
you put them on the web, they are anybodies.
The best plan to protect images is to use as low a quality as you can,
and watermark them.

If the pictures are for a select few people, you can protect the page
and folder they are in using a userid and password -several methods for
this are possible, post again if you are interested.
 
Back
Top