I have created on online form as follows:
<form method=post action="http://www.hmp-india.com/cgi-bin/mailform.exe?
lulu@hmp-india.com
<p align="center">
Company Name: <INPUT TYPE="text" SIZE="20"
MAXLENGHT='80' NAME="">
<p align="center">
Your Name: <INPUT TYPE="text" SIZE="20"
MAXLENGHT='80' NAME="">
<p align="center"> Title
<Select Name="">
<Option>Manager
<Option>Asst.Manager
<Option>Executive
<Option>Officer
</select>
<p align="center">
Street Name: <INPUT TYPE="text" SIZE="20"
MAXLENGHT='80' NAME="">
<p align="center">
Country: <INPUT TYPE="text" SIZE="20"
MAXLENGHT='80' NAME="">
<p align="center">
Tel/faxCountry: <INPUT TYPE="text" SIZE="20"
MAXLENGHT='80' NAME="">
<p align="center">
Email Address:<INPUT TYPE="text" NAME="" SIZE="20"
MAXLENGTH="80">
<p align="center"> I would like to receive the following
<p align="center">
<Textarea Name="" rows="5" cols="40" Value="place your comments here">
</textarea>
<p align="center">
<input Type="submit"value="Email This Form">
</form>
Question
When i submit a request using this form, i get an emal in the notepad which has a lot of &&&, ++++ etc....
Please help