HTML oncopy event Attribute

❮ HTML Event Attributes

Example

<input type="text" oncopy="myFunction()" value="Try to copy this text.">

Meaning

The oncopy attribute specifies the script to be run when the user copies the content of an element.


Standard Syntax

<element oncopy="script">

Browser Support




Status







Attribute Values

Value Description
script Specifies the script to be run on oncopy



Technical Details

Supported HTML elements:

ALL HTML elements
❮ HTML Event Attributes