'onCopy' Example : onCopy « Event onMethod « JavaScript DHTML
- JavaScript DHTML
- Event onMethod
- onCopy
'onCopy' Example
<html>
<body>
<p oncopy="alert('The text is copied to the clipboard')">
Copy this text to the system clipboard.
</p>
</body>
</html>
Related examples in the same category