HTML oncut event Attribute

❮ HTML Event Attributes

Example

<input type="text" oncut="myFunction()" value="Try to cut this text!">

Meaning

The oncut attribute specifies the script to be run when the user cuts the content of an element.


Standard Syntax

<element oncut="script">

Browser Support




Status







Attribute Values

Value Description
script Specifies the script to be run on oncut



Technical Details

Supported HTML elements:

<>
❮ HTML Event Attributes