<html> <head> <title>Mailform example</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Microsoft Theme" content="technolo 011, default"> </head> <body background="../../../_themes/technolo/tecbkgnd.gif" bgcolor="#FFFFFF" text="#000000" link="#660000" vlink="#006666" alink="#CCCC99"><!--mstheme--><font face="Arial, Arial, Helvetica"> <form name="formmail" action="/cgi-bin/formmail/formmail.cgi" method="post"> <input type=hidden name="recipient" value="postmaster@lippmannforcongress.us"> <p><b>Subject:</b><br> <input type=text name="subject" size="45" value=""></p><br> <p><b>Your Name:</b><br> <input type=text name="realname" size="45" value=""></p><br> <p><b>Your Email Address:</b><br> <input type=text name="email" size="45" value=""></p><br> <p><b>Comments:</b><br> <textarea name="body" rows="10" cols="60" wrap="virtual"></textarea></p><br> <p><input type="submit" value="Send Email"> <input type="reset" value="Reset Form"></p> </form> <!--mstheme--></font></body> </html>