Button On Click Action : Button : Form Control : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Form Control   » [  Button  ]   
 



Button On Click Action

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

 
/*
JavaScript: A Beginner's Guide, Second Edition
By John Pollock

Publisher: McGraw-Hill, 

Published December 2003, 550 pages, 
ISBN 0072227907
*/
<HTML>

<HEAD>

</HEAD>

<BODY>

<FORM>
<INPUT TYPE="button" value="Page Resource" onClick="window.location='http://www.pageresource.com'">
<P>
<INPUT TYPE="button" value="JavaScript City" onClick="window.location='http://www.javascriptcity.com'">
<P>
<INPUT TYPE="button" value="Yahoo! Web Site" onClick="window.location='http://www.yahoo.com'">
<P>
<INPUT TYPE="button" value="Netscape Web Site" onClick="window.location='http://www.netscape.com'">
<P>
<INPUT TYPE="button" value="Microsoft Web Site" onClick="window.location='http://www.microsoft.com'">
</FORM>

</BODY>

</HTML>

           
       
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.  Methods and Properties of the Button Object
25.  Putting Script Directly in the onclick Event Handler
26.  Toggle button with hand cursor and image
27.  Button 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.