[an error occurred while processing this directive] [an error occurred while processing this directive]

sample mailform
spacer

This example sends email to "webmaster@www.syr.edu" with the Subject of "Simple Example". The information filled in by the user is called "Entered_value".


<HTML>
<HEAD>
<TITLE>Fill-Out MailForm Example</TITLE>
</HEAD>
<BODY>
<H1>Fill-Out MailForm Example</H1>

This is a very simple fill-out mailform example. <P>

<FORM METHOD="POST" ACTION="www.syr.edu/cgi-bin/mailform">
<INPUT TYPE="hidden" NAME="MailFormTo" VALUE="webmaster@www.syr.edu">
<INPUT TYPE="hidden" NAME="MailFormSubject" VALUE="Simple Example">

A single text entry field goes here: <INPUT NAME="Entered_value"> <P>

To submit the query, press this button: <INPUT TYPE="submit"
VALUE="Submit Query">. <P>

</FORM>
<HR>
</BODY>
</HTML>

This FORM actually looks like this