<HTML>
<HEAD>
<TITLE>Mail-to-me forms page</TITLE>
<H2>Send an email to me!</H2>
<form method="post" 
action="http://jpsi.ma.psu.edu/cgi-bin/mailme.pl">
<P>
If you have any comments about my homepage, questions about the courses 
I teach, questions about my research, or you just want to 'chat', why 
don't you send me an email?
<P>
 
Please enter your name:<br>
<input type="text" name="name" size="35"><br>
Please enter your e-mail address:<br>
<input type="text" name="address" size="35" value=@psu.edu><p>
Please enter a subject:<br>
<input type="text" name="subject" size="50"><p>
Enter your message here:
<textarea name="message" rows=10 cols=80 wrap=physical></textarea> <P>
<input type="submit" value="send email">
<input type="reset" value="reset">
</form>

</BODY>
</HTML>
