Hi,
I want to prevent the user from copying text and pasting it in text area or a textbox.I have disabled the right clicks etc.
But if the user uses ctrl c and ctrl v,i am not able to detect.
Is there any way to check this key combination,ie if the user uses ctrl key and the alphabet "C" and similarly ctrl key and V then i want to restrict him.
Is it possible to check for the key combinations and disable the operation.How can i do this using javascript.
Thanks
Rama
I want to prevent the user from copying text and pasting it in text area or a textbox.I have disabled the right clicks etc.
But if the user uses ctrl c and ctrl v,i am not able to detect.
Is there any way to check this key combination,ie if the user uses ctrl key and the alphabet "C" and similarly ctrl key and V then i want to restrict him.
Is it possible to check for the key combinations and disable the operation.How can i do this using javascript.
Thanks
Rama
Comment