 |

|
 |
Form Submit Buttons & Graphics
This page covers:
Submit & Reset Form Buttons
Using Graphics for Buttons
Submit & Reset Form Buttons
Once you've created a form, you need to submit the data using form buttons. The method
below uses the INPUT element to create these buttons. The section below, Using Graphics
for Buttons, will show you how you can use the INPUT or BUTTON
element to create graphic buttons as well.
Graphic Buttons
You can use graphic buttons instead of the standard grey buttons
to submit or clear forms. Use the type attribute of
the INPUT element to specify an image.
Alternatively, you're supposed to be able to use the BUTTON element
to use graphics for buttons, but I've found this method to be an unsound one. The graphic
appears in Netscape as simply a graphic, but does not work as a button. In Explorer, a
grey button appears with the graphic superimposed on it and works as a button. If you want
to use graphic buttons use INPUT element with type="image"
as noted above.
Next Page: Frames Previous Page: HTML Form Elements
|
 |