I have used javascript to disable right click on images and it works but it doesnt work when a user watches the pics in full image. I guess i must the javascript somewhere else as well for that. Where else must i add it ?
edit displayimage.php, find <script language="JavaScript" type="text/JavaScript">
adjust_popup();
</script>
and add your code there accordingly. Please search this forum for the JavaScript no-right-click discussion, might be food for thought for you.
i added my javascript right below the adjust_popup();
</script>and is working cool
I got another problem. the no right click works in the full size but the browser displays a little bar from which still u can save the images. any ideas how to wipe out this little bar (floatbar or whatever it is called)
EDITED
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
this is the solution which disables the image toolbar if anybody is interested in this