<!-- Start of form -->
<Form Method=Post
Action="/scripts/comments.exe/NUL">
<!-- General options -->
<!-- Autonumbering not enabled -->
<!-- Error pages not enabled -->
<!-- NextPage not enabled; Comments will generate a thank-you page -->
<!-- Extra CGI variables not included -->
<!-- Information supplied by visitor -->
Your Name: <Input Type=text size=30 Name=Name>
Your Age: <Input Type=text size=5 Name=Age>
Your Favorite Color: <Input Type=text size=15 Name=FavoriteColor>
<!-- Email information -->
<!-- TO address -->
<Input Type=Hidden Name=MailTo value="you@your_isp.com">
<!-- FROM address (supplied by visitor) -->
Your Email Address: <Input Type=text size=30 Name=Email>
<!-- Email template not enabled -->
<Input Type=Hidden Name=CopySender value="No">
<Input Type=Hidden Name=Debug value="No">
<!-- Special Mail Error pages not enabled -->
<!-- End of form -->
<Input Type=Submit Value="Send Email">
</Form>