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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onBeforeCut »

 

'onBeforeCut' Example



    
<html>
<body>
<p class="explanations" 
   contenteditable="true" 
   onbeforecut="alert('being copied to the clipboard')"
     Cut and copy text to the system clipboard by pressing Ctrl+X.
</p>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onBeforeCut