|
|
An Example of a Mailto FormThe following gives an example of a mailto form incorporating all the elements of the tutorial.
Here is the coding for the form above (study the elements using the explanations from the tutorial): <form action="mailto:Youraddressname@mail.com" method="post"name="My Form" enctype="text/plain"> <input type="hidden" name="subject" value="My Form Calling"> <br>Do you like this example? <input type="radio" value="Yes" name="Do you like this?">Yes <input type="radio" value="No" name="Do you like this?">No <br>Do you understand so far? <input type="checkbox" value="Yes" name="Do you understand?">Yes <input type="checkbox" value="No" name="Do you understand?">No <br>Enter Your First Name: <input name="First Name" size="16"> <br>Further Comments:<br> <textarea name="Further Comments" rows="5" cols="20"> </textarea> <br>Your overall impression of this tutorial was: <select name="Impression of Tutorial"> <option value="Very Useful">Very Useful></option> <option value="Somewhat Useful">Somewhat Useful</option> <option value="Below Expectations"> Below Expectations</option> <option value="You Really Don't Want To Know"> You Really Don't Want To Know</option></select> <br><input type="submit" value="submit"> <input type="reset" value="reset"> </form>
|
|
|||||||
|
home | tips & tricks | tutorials | tools | resources | contact | advertise © 2000 - 2001 GT Media Inc. All rights reserved. |