|
Write an HTML form that requests input and sends email to yourself. Implement a user interface similar to the following: |
<form method="POST" action="http://www.uoregon.edu/ cgi-bin/ form-mail.pl?yourname@uoregon.edu"> From: <input name="email" size="36"> (Your Email Address)<br> Name: <input name="realname" size="36"> (Your Real Name)<br> Subj: <input name="Subject" value="number preferences survey" size="50"> <P> My favorite number: <input name="best"><br> <input type="submit"> or <input type="reset"> </form>