Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnBeforeCopy Example

<html> <body> <p onbeforecopy="alert('copied to the clipboard')">     Copy this text to the system clipboard by pressing Ctrl+C. </p> </body> </html>