How to disable copy and cut in TextBox?

后端 未结 5 1892
一个人的身影
一个人的身影 2021-02-10 06:46

In my webpage I want to disable copy and cut option in context menu on textbox.

5条回答
  •  醉酒成梦
    2021-02-10 07:14

    Not sure if you're looking for a non asp way but I just found out about on cut method in JavaScript. Do the following for your input:

    
                    
                    0
                  
                       
                    
                   讨论(0)
                  
                                                      
                  
                  
提交回复
热议问题