@spadeworx
Frankly anyone with a basic knowledge of computers can easily grab the contents of the website even if you have blocked the copy/paste, right click disabled....I would suggest you can protect your images by doing as below...
Now listen to me, do this:
1st Create a *.Js file with the scripts:
var myVar='<img src="myimg.jpg" galleryimg="no">'
document.write(myVar)
2nd In your html put your script:
<html>
<head>
</head>
<body>
...............
<script src="myscript.js"></script
</body>
</html>
with this:
Your image will now show the icon "save as" and, when you save the page, the browser (IE) save the all the page without your img.!
Copying the text can be done anyways....
Main Topics
Browse All Topics





by: bugsPosted on 2007-08-11 at 04:16:19ID: 19675545
@spadeworx
I don't believe you can unfortunately