HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <input type="text" value="cut and paste me" onpaste="myFunction()"> <script> function myFunction(){ alert("You pasted the text"); } </script> </body> </html>
OUTPUT
×

Save as Private