JavaScript DHTML/Event onMethod/onBeforeCopy
Версия от 10:02, 26 мая 2010; (обсуждение)
"onBeforeCopy" Example
<html>
<body>
<p onbeforecopy="alert("copied to the clipboard")">
Copy text to the system clipboard by pressing Ctrl+C.
</p>
</body>
</html>