How to detect ctrl+v ,Ctrl+c using Javascript?
- by Ramakrishnan
How to detect ctrl+v ,Ctrl+c using Javascript?
i need to restrict pasting in my textareas,end user should not copy and paste the content,
user should only type text in text area.
how to achive this.
Thanks in advance.