E-Mail Form with Pull Down Menu
To add this to your site or e-mail
<center>
<form action="mailto:stavros@edgewatergreyts.com"
method="post">
How do you rate my pages?
<select name="Ralph's Lesson's" size="1">
<option selected>Pick one from the menu
below!<br>
<option>Excellent<br>
<option>Very Good<br>
<option>Good<br>
<option>Not Good<br>
<option>Hard To Understand<br>
<option>Stupid<br>
</select><p>
<input type="submit" value="SEND IT" text="red">
<input type="reset" value="RESET" text="green">
</form>
</center>