Button click to display dialog : Button « Form Control « JavaScript DHTML






Button click to display dialog

  

/*
Examples From
JavaScript: The Definitive Guide, Fourth Edition

Legal matters: these files were created by David Flanagan, and are
Copyright (c) 2001 by David Flanagan.  You may use, study, modify, and
distribute them for any purpose.  Please note that these examples are
provided "as-is" and come with no warranty of any kind.

David Flanagan
*/
<form>
<input type="button"
       value="Click here" 
       onclick="alert('You clicked the button');">
</form>


           
         
    
  








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 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
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