Disable a Button : Button : Form Control : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Form Control   » [  Button  ]   
 



Disable a Button

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<button onclick="this.disabled='true'; alert(this.isDisabled);">Disable Me</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  Button disabled Example
2.  Button parent Element
3.  Button parentNode Example
4.  Button 'sourceIndex' Example
5.  Form Button 'type'
6.  Button's value
7.  Get form from form control (Button)
8.  Button 'default Value' Example
9.  Using the onSubmit Event to Cancel a Form Submission (Internet Explorer)
10.   HTML Form with onClick Code
11.  Button set Textfield value
12.  Button click to display dialog
13.  Button Redirect
14.  Create a button
15.  Button to display the name of the form
16.  Button to display the names of all the elements in a form
17.  Animating Buttons with JavaScript
18.   Roll over one of our images.
19.  Button and Check Box Event Handling
20.  JavaScript Button action event
21.  Three Buttons Sharing One Function
22.   Running a Script from User Action
23.  Methods and Properties of the Button Object
24.  Putting Script Directly in the onclick Event Handler
25.  Toggle button with hand cursor and image
26.  Button Click action
27.  Button On Click Action
28.  Button timeout
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.