Jump to content

Dynamic Image Loader


shaffiq_fiq88

Recommended Posts

Hello.I keep thinking something. I create a website for my ex-school. The logo is a copyright protected image. It cannot be used freely by the visitor even the visitor is the student of the school. A scenario where one of a student used the logo at a public profile in WWW. Along within the student's album is a lot of pictures of him/her with a bad attitude. School logo plus the bad attitude of the student's picture will bring a bad view of the visitors to the school. To prevent this from occur in the future, is it possible for something like below to be inplemented so when the visitor save the page, the logo will be not downloaded along with the saved page.

<!-- This logodescription.asp page--><!-- Standard coding that will show the logo and can be downloaded or save --><img src="http://www.somedomain.com/data/img/logo.gif"/><!-- Dynamic coding that will show the logo and cannot be downloaded or save --><img src="http://www.somedomain.com/app/imgviewer.asp?id=1"/>

In the imgviewer.asp will be some sort of code. The id will be loaded in the imgviewer.asp and the image will be previewed in the view.asp page.Can someone help me with this problem.Thanks.

Link to comment
Share on other sites

I don't think you can prevent the image from being copied and misused.Even if it isn't downloaded, a screenshot can be taken, cropped and abused.Don't worry about it. It's a valid concern, but can't be prevented.

Link to comment
Share on other sites

Owh, the screenshot is never crossed by my mind before this. Anyway, hanks for the advices. So, I have to be frequantly monitored the public profiles. Hope yhat I can minize the problem. Thanks again. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...