martin2k

The BUTTON Tag

HomeForumTutorials Tags:
 
 

Name

Button

Description

Creates a command button.  The difference between the button created with the INPUT tag is that you can put page content into this button.

Attributes

DISABLED

Disables the button.

NAME

Specifies the name for the button so that it can be identified by a form.

TYPE

Type Meaning
button A standard button
reset Resets the contents of a form
submit Submits the contents of a form

VALUE

Specifies the internal value of the button.

Related Tags

The BUTTON tag is useful when used within the FORM tag.

Example

Code

<button disabled>Circle button:<br><img src="area2.gif"></button>

Generates

 

Please fill in the below form if you have any comments or additional information you want to add about the above information.  If you have any questions, please visit the ForumAny questions sent using this form will be ignored.

* - Mandatory

*Name: E-mail:

*Comments:

*Please type the following code (your comment cannot be accepted without it):


© Martin Allen 1999 - 2006.  Last updated Tuesday 21 November 2006 09:52:19 PM -0000.