About Ashok Kumar Expertise I have an experience of around five years in the field of Data Conversion involving SGML and HTML. I will try to answer all your queries.
I want to make a form in my website (HTML). I want people to fill out some information and they click "send" and the information will arrive in my email box.
However, you can store the information of this form in an output file and can display it in HTML. To get the information in your mail, you have make changes in your script program refered in "action" attribute to import the information into the mail. This script can be in CGI, ASP, or Perl etc.
In form, you can process your data using two method: get or post. These are to be given for attribute value of method of form element. Forms do not provide the facility to get the data in mail directly as it is possible with element anchor by using "mailto" function.