'onPaste' Example : onPaste : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onPaste »

 

'onPaste' Example



    
<html>
<body>
<p>Copy and paste text into the textarea to triger the onpaste event</p>
<textarea cols=60 onpaste="alert('The text is being pasted')">
</textarea>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onPaste