how to disable copying of the content from website.... i have disabled "right button menu" in webpage.. But user can still use, "Select All" or (Ctrl+A) and Copy (Ctrl+C) to copy the content....
how do i avoid this??
thanks in adv..
Cheers
VB
Printable View
how to disable copying of the content from website.... i have disabled "right button menu" in webpage.. But user can still use, "Select All" or (Ctrl+A) and Copy (Ctrl+C) to copy the content....
how do i avoid this??
thanks in adv..
Cheers
VB
JavaScript is useless here, it can be always disabled. I do not know any efficient way of preventing copying of webpage contents. Text might be always selected and copied, image may be saved and OCRed, flash movie clip may be retrieved from browser cache... no 100% sure way I heard of.
Cheers
The only effective way is to disable the user from retreiving the Web Page in the first place. But that usually has some negative side effects. :DQuote:
any efficient way of preventing copying of webpage contents.