Website Forms Example
 
Network Websites
Corporate website
Beautiful Clip Art
Fast Cars
Video Tiger
Fantasy Art
Beauty & Health
Tips & Tricks

Fast Loading Pages
Glowing Links II
Hide E-mail Address
Javascript Links
Link Colors
Marquees
Navigation
New Window
No Underline Links
Out of a Frame
Page Flash Effects
Preload Graphics Protect Graphics
Redirect Scrolling Javascript
Text Roll-Overs
Tooltip Links
[more tips...]

Tutorials
CSS
Colors
Forms
FTP
Image Maps
Meta Tags
Resources

Web Hosting
Counters & Trackers
Domain Names
Graphics
Web Page Design
Java Script
DHTML

 

An Example of a Mailto Form

The following gives an example of a mailto form incorporating all the elements of the tutorial.


Do you like this example? Yes No
Do you understand so far? Yes No
Enter Your First Name: 
Further Comments:

Your overall impression of this tutorial was:


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>

Tutorials

Sponsor

Hot Wedding Ideas

Advertise
Really affordable rates.
Feedback
Comments, suggestions?

 

 

home | tips & tricks | tutorials | tools | resources | contact | advertise
© 2000 - 2001 GT Media Inc. All rights reserved.