Example #2 - form using mailform.asp including a comment box
Example #2 source code
<form action="http://www.its.niu.edu/its/scripts/mailform.asp" method="POST">
<input type="hidden" name="mf_to" value="your_email@niu.edu">
<input type=hidden name="mf_subject" value="Comments Form From My Site">
<b>Your comments:</b><br>
<textarea NAME="COMMENTS" ROWS=10 COLS=55></textarea><br><br>
<b>Thanks for your input!</b>
<input TYPE="submit" NAME="Submit" VALUE="Submit Form"></form>