Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
4094
The <Form> Tag (XHTML Reference)
Introduction
The <form> tag creates a form into the webpage. In the
form block the user can fill any textfields, select any data from the drop down
list control etc. Once the user has selected/entered the data he wants, he can
press the submit button and the data in the form is send. Many things can be
done with the data now. You can send the data to another page, which can
process it. Usually these are server-side pages like asp, php, asp.net, cgi
etc. that can do this. Or you could send the data via an email to somebody
else. I am sure that you have seen some shopping carts on the web. Usually when
you order something via a shopping cart then you have to press a button for
further processing. This all is possible with the form tag.
This contains the url where the data has to be send. You
can also use here an email address if you want to send the data via email.
For that purpose you have to use the mailto: prefix.
Something like this: