Jump to content

Programming HTML--Microsoft Front Page


Recommended Posts

I have set up a web site using Microsoft Front Page, which was fairly easy. However, I want to put a few pictures on the site, and make it so that these photographs cannot be downloaded. Is this possible? Does anybody know how to do this? I am not all that swift with computer lingo, so please try to make it easy!

Thanks a lot

Jonathan Varjabedian

www.efkere.com

Link to comment
Share on other sites

You need to use either JavaScript to disble save picture feature of the browser or CGI script to hide the pictures' location. This way you can make it hard to save but still not impossible. If someone can see the picture on his monitor he can save it using another trick - capturing the screen into a file and then taking out the photo from there.

Why do you want to protect them?

Link to comment
Share on other sites

ProjectSAVE in Watertown was kind enough to let me use a few of their images, provided that they can't be downloaded. Which, it seems, is impossible.

I guess I just won't be able to post their pictures.

Personally, I like it when my photos are downloaded.

Thanks for your help

Jonathan Varjabedian

Link to comment
Share on other sites

Put the code below in the page you want to protect and it'll disable the mouse's right click, which people use to open the menu for saving the picture.

This is enough to protect the images from most of the users.

Just copy and paste this code into your page's source code before the head > tag.

 

code:

 

[ March 16, 2002, 11:44 PM: Message edited by: Garo ]

Link to comment
Share on other sites

Jonathan - projectSAVE don't actually own the copyright to most of the images they have in their collection, so having them requesting that they cannot be further copied is a little bit unfair, to put it mildly! (And I'm sure the people who donate photos to projectSAVE would be a bit concerned at such restrictions placed on the valid use of their photographs). I'd ask them again, forcefully.

 

You can get around the disabled mouse right click by just pressing the return key at the same time as clicking the mouse button.

Link to comment
Share on other sites

Thank Garo, Steve.

You made it pretty easy for me, Garo. Is there any way I could edit that so that just a single picture could not be downloaded, rather than the whole page?

Steve, I agree with you, but right now I am just grateful to be able to see them. Personally, I think this type of material needs to get out there as much as possible.

Link to comment
Share on other sites

If you can see it on the monitor, you already got it

 

There is currently no way to fully protect digital intelectual property (like audio, image, video). Anyone who asks for it, probably doesn't know! It is so funny to see these music industry people trying to force the spending of millions of dollars to develop copy protection schemes for musc!!! They don't seem to understand that if a human can "hear" music, that human can use ANY recording device to record the music to any format he or she wants. Unfortunately, the cost is going to end up hitting the consumer's pockets. Same thing applies to images.

 

However, what you CAN do (the theory is very sound at the moment) is WATERMARKING. This way, you can prove in court that something is yours (like an image). But watermarking doesn't prevent from copying.

 

About projectSAVE (I don't know about them) ... You should just do something really simple so if they ask, you'll say you did your best. Don't worry about their rediculous request !!!

 

Oh and on most web pages that don't let you right-click and save images, if you just save the page using the save command in the file menu, Internet explorer will save ALL the files including images ... I would say if you don't have to, don't bother with the right-click disable thing. It just aggrevates your users

Link to comment
Share on other sites

quote:
Originally posted by Efkere:

Thank Garo, Steve.

You made it pretty easy for me, Garo. Is there any way I could edit that so that just a single picture could not be downloaded, rather than the whole page?

Steve, I agree with you, but right now I am just grateful to be able to see them. Personally, I think this type of material needs to get out there as much as possible.


Well if you want to dig into the HTML source then here's a solution for you.

Insert this code before < /head> tag in the pages.

code:

Then add this

code:
onload="trap()"

to your tag. It'll look like this

code:

This will protect only all the images on the page from right click. But if you allow them to view the source of the page (by right clicking outside of a picture area) they can just get the image location from the source code and get the image by typing its URL in the address bar.
Link to comment
Share on other sites

You could also use more apropriate text in the alert box. Rather than "Right click is disabled" you could say something like "photograph supplied by ProjectSAVE - further reproduction is forbidden" or whatever text would best please/appease ProjectSAVE.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...