Clearing and Submitting a Form

How does the user submit the information she entered?

Here's how to create SUBMIT and RESET buttons.

Inside a FORM container tag, enter a SUBMIT button with the INPUT tag

<INPUT TYPE=SUBMIT>
to create a button like this

You can change the label on the submit button by assigning it a VALUE

<INPUT TYPE=SUBMIT VALUE="Done!">
to create a button like this

Create a reset button by setting the TYPE to RESET

<INPUT TYPE=RESET>
which will look like

VA Linux Systems logo

   
I would appreciate comments, corrections, and
suggestions for how I can improve this course.

Nancy Blachman
Variable Symbols, Inc.
356 Bush Street
Mountain View, CA 94041-1332
650 966 8999
650 966 8998 fax
nancy- at -variablesymbols.com

If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.