I want to disable copying picture files from an HTML file. I have purchased "Activ eBook Compiler" software which disables left-click copying, printing, and Alt+PrtScr copying to clipboard but it still doesn't disable drag & drop. I realise that a knowledgeable computer user would be able to get around most attempts to disable copying but I want to, at least, make it difficult. I have tried:
[HTML]<BODY onBeginDrag="re turn FALSE ;"> [/HTML]
and:
[HTML]<img src=”mypic.jpg” ondrag=”return false;” />[/HTML]
but neither command has any effect in my browser (IE7) in XP Pro.
Can anyone help please?
[HTML]<BODY onBeginDrag="re turn FALSE ;"> [/HTML]
and:
[HTML]<img src=”mypic.jpg” ondrag=”return false;” />[/HTML]
but neither command has any effect in my browser (IE7) in XP Pro.
Can anyone help please?
Comment