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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onBeforePaste »

 

'onBeforePaste' Example



    
<html>
<body>
   <p>Copy and paste some text into the textarea below.</p>
   <form>
   <textarea cols="60" 
             onbeforepaste="alert('The text is on the verge of being pasted')">
   </textarea>
   </form>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onBeforePaste