Methods and Properties of the Button Object : Button « Form Control « JavaScript DHTML






Methods and Properties of the Button Object

  
   Method
+-----------+----------+----------------------------------------------------+   
             blur()      Removes focus from the button.
+-----------+----------+----------------------------------------------------+    
             click()     Invokes a click event for that button.
+-----------+----------+----------------------------------------------------+    
             focus()     Applies focus to a button.
+-----------+----------+----------------------------------------------------+    
            handleEvent()Passes an event to the appropriate event handler 
                         associated with a button. 
+-----------+----------+----------------------------------------------------+    
 Property
+-----------+----------+----------------------------------------------------+    
             form        Returns the Form object of which the button is a member.
+-----------+----------+----------------------------------------------------+    
             name        Returns the string that is specified in the name 
                         attribute of the HTML <input> tag.
+-----------+----------+----------------------------------------------------+    
             type        Returns the string specified in the type 
                         attribute of the HTML <input> tag. This string is 
                         always button for the Button object.
+-----------+----------+----------------------------------------------------+    
             value       Returns the string that appears in the graphical 
                         representation of a button.
           
         
    
  








Related examples in the same category

1.Disable a Button
2.Button disabled Example
3.Button parent Element
4.Button parentNode Example
5.Button 'sourceIndex' Example
6.Form Button 'type'
7.Button's value
8.Get form from form control (Button)
9.Button 'default Value' Example
10.Using the onSubmit Event to Cancel a Form Submission (Internet Explorer)
11. HTML Form with onClick Code
12.Button set Textfield value
13.Button click to display dialog
14.Button Redirect
15.Create a button
16.Button to display the name of the form
17.Button to display the names of all the elements in a form
18.Animating Buttons with JavaScript
19. Roll over one of our images.
20.Button and Check Box Event Handling
21.JavaScript Button action event
22.Three Buttons Sharing One Function
23. Running a Script from User Action
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
29.Button on click event
30.Assign JavaScript function to button onClick event handler
31.Form button on click event
32.Open a new window with button