Jav Guest

Gender: None specified
|
Posted: Mon Jul 16, 2007 9:37 pm Post subject: Prevent and Disable people save as images from your site
View Single Post |
|
|
This is a very cool trick I found when I was search for this.
You will like it.
By FOX pro
| Quote: |
Now listen to me, do this:
1°Create a *.Js file with the scripts:
var myVar='<img src="myimg.jpg" galleryimg="no">'
document.write(myVar)
2° In your html put your script:
<html>
<head>
</head>
<body>
<blabla />
<script src="myscript.js"></script>
</body>
</html>
Whith this:
Your image donot will to show the icon "save as" and, when you save the page, the brouse (IE) save the all the page without your img.!
Join this!
FOX pro ® |
|
|