View Full Version : thumbnails and no right clicking


Terrae
04-03-2003, 07:03 PM
I know this has been asked before. But I don't think it recieved a real answer...


My website uses thumbnails. You can't fight click on them, but when you get the real image, You can. Now the images were barrowed from some-else's site with their permission. Now people are taking the images from MY site without permission.

I have the Javascript code and it works. I got it from this site, and I read all the posts concering this matter...

the_dark_one02
04-03-2003, 09:37 PM
what is your question? we cant help if you dont tell us EXACTLY what u want to know.

Terrae
04-03-2003, 11:58 PM
Sorry,

You can't right click on my pages. but the Images linked to the Thumbnails can be right clicked...Because it is not possible to place the code on them...


I guess I could locate each picture on it's own page then add the code...Kinda hard if you saw my page.


P.S. I use Frontpage...

the_dark_one02
04-04-2003, 07:09 AM
you could add this tag to all of your links and have a big image on that page. (if you have xp it would be like th filmstrip) then all you would have to do is have the links changing the source to it. ps its not php.
heres the code:

<!--name your image--!>

<img src="image.gif" name="MyImage">

<!--Then use your links to change the image--!>

<a href="#" onMouseUp="document.MyImage.src='other image.jpg';"><img src="this/would/be/your/thumbnail/picture.gif"></a>