Prevent and Disable people save as images from your site

 
Post new topic   Reply to topic    Webmaster Forum -> Programming Languages -> Javascript
Jav
Guest




Gender: None specified

PostPosted: Mon Jul 16, 2007 9:37 pm    Post subject: Prevent and Disable people save as images from your site
View Single PostView 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 ®
 
ADs
robot
luckymurari
Experienced Talker
Experienced Talker


Joined: 02 Mar 2008
Posts: 81
Gender: None specified

PostPosted: Mon Mar 03, 2008 1:23 pm    Post subject: : Prevent and Disable people save as images from your site
View Single PostView Single Post

What is the myscript.,js mentioned in the code?
 
Display posts from previous:   
Post new topic   Reply to topic All times are GMT
Page 1 of 1