How to prevent user pasting text in a textbox?

后端 未结 5 767
我寻月下人不归
我寻月下人不归 2020-12-14 16:42

I have this JS function that prevents user from typing characters



        
5条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 17:28

    Very Easy Solution:

    
    

    This worked for me very well. No one can paste now into your textbox using right button paste option of mouse or pressing ctrl+v from the keyboard.

提交回复
热议问题