First page Back Continue Last page Image
What a From Looks Like
- <html>
- <head>
- <title>Form Test - Mailto</title>
- </head>
- <body>
- <h3>FORM TEST - Mailto</h3>
- <! Mailing the values>
- <form method="post" action="mailto:sf_nicole@yahoo.com" enctype="text/plain">
- <! Using a TEXTBOX>
- Student Name:
- <input type="text" name="student" size="30">
- <hr />
- <input type="submit" value="Send Form">
- <input type="reset"" value="Clear Form">
- </form>
- </body>
- </html>