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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onControlSelect »

 

'onControlSelect' Example



    
<html>
<body>
   <div contenteditable=true>
   You can edit the following controls.
   <input type=text 
          value="This is a text box" 
          oncontrolselect="alert('oncontrolselect')">
   <button oncontrolselect="alert('oncontrolselect')">
   This is a button
   </button>
</div>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onControlSelect