Javascript Code Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Javascript Code Help

    I have a input and i want to disable typing in the input box i just to allow CTRL+V key or pasting character then if there is pasted in the input box it will submit the form. Can you help me? Thanks

    #2
    I'm not sure if this is possible due to onKeyUp/onKeyDown having the same effect as pasting via Ctrl v
    If it was pasting by right click / paste then it would be easy.

    Comment

    Working...
    X