Questions tagged [onpaste]

48 questions
0
votes
0 answers

Parsing Pasted Text with Jquery (no server side processing)

I need a solution to do the following User pastes some text into a textarea User clicks a button "Autofill" On press of the button, the various lines of the pasted text are put into the appropriate form fields

Copy text into box below to…

jquerynewbie
  • 27
  • 3
  • 12
-1
votes
3 answers

onPaste not recognized as event by HTML5

I'm in the middle of making a user registration form and want to prevent pasting into certain input boxes. Problem is, onPaste isn't being recognized as an event. As you can see in this image, onKeyPress is being recognized, whereas onPaste is not. …
The Lads
  • 1
  • 3
-2
votes
1 answer

Is it possible to submit a form with onpaste?

I'm trying to make a form that once you paste something it self submit. I have the following code:
javascript code I've tried:
Pong
  • 7
  • 1
  • 1
1 2 3
4