Inserting Controls

The <BUTTON> element
 
Believe it or not this element creates buttons. This element should give you more flexibility in creating buttons.
<BUTTON> </BUTTON>
The attributes are:
 
name  This is the name associated with the data sent to the script for processing.
 
value  This is a specific value sent to the script.
 
type  The type attribute has three values: submit, reset, or button.
 
accesskey  This is the shortcut key for this element.
 
The <FIELDSET> and <LEGEND> element
 
The FIELDSET and LEGEND element work together. The FIELDSET element should surround related files so they are grouped. The legend element immediately follows the FIELDSET element.

Copyright © 2000, 2001 Proxima Design
Back Home Links e-Mail