| View previous topic :: View next topic |
| Author |
Message |
omega66
Joined: 15 Oct 2007 Posts: 3
|
Posted: Mon Oct 15, 2007 11:54 am Post subject: Preventing the toolbar to appear ... |
|
|
Dear sirs,
I'm new at this so please help me out. I need to prevent others from copying pictures from my website. I know about the “right click” scripts, but that’s not what I'm looking for. All I want to do is to prevent the toolbar for saving pictures from popping up every time a “mouse over” event happens.
Can you please help me? Sorry, I know my question’s lame as well as my English. Thank you all in advance.
C ya.
 |
|
| Back to top |
|
 |
|
|
bobbyblades 50+ Club

Joined: 24 Aug 2007 Posts: 85 Location: hawaii or bust
|
Posted: Mon Oct 15, 2007 12:25 pm Post subject: Re: Preventing the toolbar to appear ... |
|
|
| your english and question seem fine to me. anyway on to your question. first off there is no real way to prevent people from saving images off your site if they really want to they could just disable javascript or look in the source code. I think your referring to the toolbar in IE? if so I don't think there is a way to disable that because it's native browser code causing it to popup, meaning it's out of the scope of javascript. I could be wrong because I don't use IE |
|
| Back to top |
|
 |
omega66
Joined: 15 Oct 2007 Posts: 3
|
Posted: Mon Oct 15, 2007 12:55 pm Post subject: Re: Preventing the toolbar to appear ... |
|
|
bobbyblades,
Thanx 4 replying.
I noticed that some pictures don’t show the mentioned toolbar (yes, in IE), and others do. Why is that? What’s the difference between these pictures? Just can’t figure this one out. Any ideas?
Thanx once again.
Cya |
|
| Back to top |
|
 |
dafunkymunky 100+ Club

Joined: 08 Apr 2005 Posts: 180 Location: India
|
Posted: Mon Oct 15, 2007 6:48 pm Post subject: Re: Preventing the toolbar to appear ... |
|
|
| And hey there is one way to do it.. You call a function for open in new window and prevent the right click and also prevent the toolbar from appearing. I saw this in one guys site... But then there is the temporary internet folder to find the images.. So there is now way to prevent a person from copying.. |
|
| Back to top |
|
 |
knifeinback 100+ Club

Joined: 27 Jul 2007 Posts: 136 Location: 4170: Brisbane
|
Posted: Tue Oct 16, 2007 7:23 am Post subject: Re: Preventing the toolbar to appear ... |
|
|
Okay. here is the best way to completely make images non-removable / stealable from your site.
Use Javascript to prevent anyone from right clicking, to do anything.
once you have that done, you stop rightclick > save or sourcecode.
then, put a transparent div over the image.
this reensures that they wont be able to right click it, even if JS is off.
but then, the source code is a problem. |
|
| Back to top |
|
 |
bobbyblades 50+ Club

Joined: 24 Aug 2007 Posts: 85 Location: hawaii or bust
|
Posted: Tue Oct 16, 2007 7:47 am Post subject: Re: Preventing the toolbar to appear ... |
|
|
also in firefox you can see all the images on a page by going to:
tools>page info
and it lets you save any image as well so there is no good way to block images from being saved |
|
| Back to top |
|
 |
omega66
Joined: 15 Oct 2007 Posts: 3
|
Posted: Tue Oct 16, 2007 9:10 am Post subject: Re: Preventing the toolbar to appear ... |
|
|
Yeah! I'll try the transparent thingy ... that should trick the toolbar ... will try ot now ... thanx guys  |
|
| Back to top |
|
 |
|