HTML onpaste Attribute

❮ HTML Attributes

Example

<input type="text" onpaste="myFunction()" value="Try to paste text!">

Meaning

The onpaste attribute specifies the script to be run when the user pastes some content in an element.




Standard Syntax

<element onpaste="script">



Browser Support




Status




Applies to:

The onpaste attribute can be used on the following element:

Element Attribute
All HTML elements. onpaste






Attribute Values

Value Description
script Specifies the script to be run on onpaste.
❮ HTML Attributes