
| <FORM NAME="myForm" METHOD="POST" ACTION="formmail.pl" onSubmit="return submitIt(this)"> Your Email Address: <INPUT TYPE="text" NAME="emailAddr"> Colors: < SELECT NAME="color"><OPTION VALUE>Choose a color <OPTION VALUE="red">Red <OPTION VALUE="green">Green <OPTION VALUE="blue">Blue </SELECT> Options: <INPUT TYPE="checkbox"
NAME="sunroof"
VALUE="yes" Doors: <INPUT
TYPE="radio"
VALUE="twoDoor"
NAME="DoorCt">Two Either enter your Zip code, or pick the dealer nearest you: Zip: <SELECT NAME="dealerList"> <INPUT TYPE="Submit" VALUE="Submit"> <INPUT TYPE="Reset" VALUE="Reset"> </FORM> |